diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/log.c | 1 | ||||
-rw-r--r-- | util/shm.c | 1 | ||||
-rw-r--r-- | util/time.c | 1 | ||||
-rw-r--r-- | util/token.c | 1 |
4 files changed, 0 insertions, 4 deletions
@@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include <errno.h> #include <stdarg.h> #include <stdio.h> @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200112L #include <errno.h> #include <fcntl.h> #include <string.h> diff --git a/util/time.c b/util/time.c index 78faac56..bc4a1063 100644 --- a/util/time.c +++ b/util/time.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include <stdint.h> #include <time.h> diff --git a/util/token.c b/util/token.c index 09702e55..2d58d169 100644 --- a/util/token.c +++ b/util/token.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include "util/token.h" #include "wlr/util/log.h" |