aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/log.c1
-rw-r--r--util/shm.c1
-rw-r--r--util/time.c1
-rw-r--r--util/token.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/util/log.c b/util/log.c
index 9996ab8a..a329b43b 100644
--- a/util/log.c
+++ b/util/log.c
@@ -1,4 +1,3 @@
-#define _POSIX_C_SOURCE 200809L
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
diff --git a/util/shm.c b/util/shm.c
index 6fddebbb..5eb87bb8 100644
--- a/util/shm.c
+++ b/util/shm.c
@@ -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"