diff options
-rw-r--r-- | common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/compat.c b/common/compat.c index 1c8ab87..ce0ccab 100644 --- a/common/compat.c +++ b/common/compat.c @@ -38,7 +38,7 @@ * This is needed to expose pthread_mutexattr_settype and PTHREAD_MUTEX_DEFAULT * on older pthreads implementations */ -#define _XOPEN_SOURCE 600 +#define _XOPEN_SOURCE 700 #include "compat.h" |