summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/unix/cpu.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h
index b3e2c927e7..f67a64cb6b 100644
--- a/c/src/exec/score/cpu/unix/cpu.h
+++ b/c/src/exec/score/cpu/unix/cpu.h
@@ -58,6 +58,19 @@ extern "C" {
#endif
+#if 0
+static inline X()
+{
+#ifdef _POSIX_C_SOURCE
+ printf( "_POSIX_C_SOURCE", _POSIX_C_SOURCE );
+#endif
+#ifdef __STRICT_ANSI__
+ printf( "__STRICT_ANSI__", __STRICT_ANSI__ );
+#endif
+}
+#endif
+
+#include <unistd.h>
#include <setjmp.h>
#include <signal.h>