aboutsummaryrefslogtreecommitdiff
path: root/render/allocator
diff options
context:
space:
mode:
Diffstat (limited to 'render/allocator')
-rw-r--r--render/allocator/allocator.c1
-rw-r--r--render/allocator/drm_dumb.c1
-rw-r--r--render/allocator/gbm.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/render/allocator/allocator.c b/render/allocator/allocator.c
index e0620a1b..639b52be 100644
--- a/render/allocator/allocator.c
+++ b/render/allocator/allocator.c
@@ -1,4 +1,3 @@
-#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <fcntl.h>
#include <stdlib.h>
diff --git a/render/allocator/drm_dumb.c b/render/allocator/drm_dumb.c
index 6de44f40..eb4ce99f 100644
--- a/render/allocator/drm_dumb.c
+++ b/render/allocator/drm_dumb.c
@@ -1,4 +1,3 @@
-#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <drm_fourcc.h>
diff --git a/render/allocator/gbm.c b/render/allocator/gbm.c
index 25ddbbae..baa0fb6e 100644
--- a/render/allocator/gbm.c
+++ b/render/allocator/gbm.c
@@ -1,4 +1,3 @@
-#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <drm_fourcc.h>
#include <fcntl.h>