For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 27 Dec 2004 06:17:50 +0000 (06:17 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 27 Dec 2004 06:17:50 +0000 (06:17 +0000)
commit7c1e2f96cdf87592736091ca9ec164c7e9d08d6d
tree4acec43a7625e24af6cea4f16aee471fc2920dfc
parent51b9f62462f81dd380da0fdef98a218976931b53
For PR351:
* Ensure #includes are wrapped with appropriate HAVE_ guards
* Account for variations in time.h and sys/time.h inclusion.
* Add macros for getting wait(2) exit status correctly (per autoconf sugg.)
* Implement ThrowErrno in terms of strerror_r, strerror or none based on
  what is available on the platform.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19161 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Unix.h