diff options
Diffstat (limited to 'rts/posix/OSThreads.c')
-rw-r--r-- | rts/posix/OSThreads.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rts/posix/OSThreads.c b/rts/posix/OSThreads.c index 8c1beda5cf..91f95237ae 100644 --- a/rts/posix/OSThreads.c +++ b/rts/posix/OSThreads.c @@ -7,12 +7,6 @@ * * --------------------------------------------------------------------------*/ -#if defined(__linux__) || defined(__GLIBC__) -/* We want GNU extensions in DEBUG mode for mutex error checking */ -/* We also want the affinity API, which requires _GNU_SOURCE */ -#define _GNU_SOURCE -#endif - #include "PosixSource.h" #if defined(freebsd_HOST_OS) |