[llvm-commits] CVS: llvm/lib/System/Unix/Process.inc
Chris Lattner
lattner at cs.uiuc.edu
Wed Sep 13 23:22:13 PDT 2006
Changes in directory llvm/lib/System/Unix:
Process.inc updated: 1.17 -> 1.18
---
Log message:
Use new config.h macro
---
Diffs of the changes: (+2 -2)
Process.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/System/Unix/Process.inc
diff -u llvm/lib/System/Unix/Process.inc:1.17 llvm/lib/System/Unix/Process.inc:1.18
--- llvm/lib/System/Unix/Process.inc:1.17 Thu Sep 14 01:01:41 2006
+++ llvm/lib/System/Unix/Process.inc Thu Sep 14 01:21:59 2006
@@ -123,7 +123,7 @@
return getgid();
}
-#ifdef __APPLE__ // FIXME: Should be configurified.
+#ifdef HAVE_MACH_MACH_H
#include <mach/mach.h>
#endif
@@ -137,7 +137,7 @@
setrlimit(RLIMIT_CORE, &rlim);
#endif
-#ifdef __APPLE__ // FIXME: Should be configurified.
+#ifdef HAVE_MACH_MACH_H
// Disable crash reporting on Mac OS/X.
// get information about the original set of exception ports for the task
More information about the llvm-commits
mailing list