diff options
Diffstat (limited to 'compiler-rt/lib/enable_execute_stack.c')
-rw-r--r-- | compiler-rt/lib/enable_execute_stack.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <unistd.h> |