From 40268af91e4a8cb2b7d1a90abc5453223fc54547 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 10 Aug 2009 01:02:16 +0000 Subject: Temporary define HAVE_SYSCONF until cmake checks are done. llvm-svn: 78546 --- compiler-rt/lib/enable_execute_stack.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler-rt/lib/enable_execute_stack.c') diff --git a/compiler-rt/lib/enable_execute_stack.c b/compiler-rt/lib/enable_execute_stack.c index 07c1645ce76..b349d2f312b 100644 --- a/compiler-rt/lib/enable_execute_stack.c +++ b/compiler-rt/lib/enable_execute_stack.c @@ -13,7 +13,9 @@ /* #include "config.h" * FIXME: CMake - include when cmake system is ready. + * Remove #define HAVE_SYSCONF 1 line. */ +#define HAVE_SYSCONF 1 #ifndef __APPLE__ #include -- cgit v1.2.3