summaryrefslogtreecommitdiff
path: root/src/stdlib/realloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/realloc.c')
-rw-r--r--src/stdlib/realloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/realloc.c b/src/stdlib/realloc.c
index c1008457..b5efffb2 100644
--- a/src/stdlib/realloc.c
+++ b/src/stdlib/realloc.c
@@ -1,6 +1,6 @@
#if ((!defined _POSIX_C_SOURCE) || (_POSIX_C_SOURCE < 199309L))
#undef _POSIX_C_SOURCE
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 199309L /* force mmap() constants */
#define POSIX_FORCED
#endif