summaryrefslogtreecommitdiff
path: root/fmacros.h
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2011-06-18 15:06:27 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2011-06-18 15:06:38 +0200
commitd5a28db039dad5038a8aa2ae9bd6ca8c78f1d51f (patch)
treecc10f15eb2ecc8d63f51196fd36ebdbd393673f2 /fmacros.h
parent1ac7121f65bd6a6fd7a611e3024b69736f9c46a3 (diff)
7th revision is not necessary
Diffstat (limited to 'fmacros.h')
-rw-r--r--fmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmacros.h b/fmacros.h
index 83c20cd..21cd9cf 100644
--- a/fmacros.h
+++ b/fmacros.h
@@ -8,7 +8,7 @@
#if defined(__sun__)
#define _POSIX_C_SOURCE 200112L
#elif defined(__linux__)
-#define _XOPEN_SOURCE 700
+#define _XOPEN_SOURCE 600
#else
#define _XOPEN_SOURCE
#endif