From 3366dc31316f54bfca4f9be22fec92c7c738f004 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 10 Jan 2018 16:09:09 +0000 Subject: [PATCH] allocator_thread.c: fix build on FreeBSD due to MAP_ANON thx to @Low-power for testing --- src/allocator_thread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allocator_thread.c b/src/allocator_thread.c index cb4e987..acc11d7 100644 --- a/src/allocator_thread.c +++ b/src/allocator_thread.c @@ -1,7 +1,6 @@ #undef _GNU_SOURCE #define _GNU_SOURCE #undef _POSIX_C_SOURCE -#define _POSIX_C_SOURCE 200809L #define _DARWIN_C_SOURCE #include #include