diff options
Diffstat (limited to 'backend/drm')
-rw-r--r-- | backend/drm/atomic.c | 1 | ||||
-rw-r--r-- | backend/drm/drm.c | 1 | ||||
-rw-r--r-- | backend/drm/libliftoff.c | 1 | ||||
-rw-r--r-- | backend/drm/properties.c | 1 | ||||
-rw-r--r-- | backend/drm/util.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/backend/drm/atomic.c b/backend/drm/atomic.c index 6588bdc0..bbbd064e 100644 --- a/backend/drm/atomic.c +++ b/backend/drm/atomic.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include <drm_fourcc.h> #include <stdlib.h> #include <stdio.h> diff --git a/backend/drm/drm.c b/backend/drm/drm.c index 42080603..d92b41d3 100644 --- a/backend/drm/drm.c +++ b/backend/drm/drm.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <drm_fourcc.h> #include <drm_mode.h> diff --git a/backend/drm/libliftoff.c b/backend/drm/libliftoff.c index 534e5ef2..334a660c 100644 --- a/backend/drm/libliftoff.c +++ b/backend/drm/libliftoff.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include <fcntl.h> #include <libliftoff.h> #include <sys/stat.h> diff --git a/backend/drm/properties.c b/backend/drm/properties.c index 4f495177..ecd0d910 100644 --- a/backend/drm/properties.c +++ b/backend/drm/properties.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <stdbool.h> #include <stddef.h> diff --git a/backend/drm/util.c b/backend/drm/util.c index 0e7f3f8b..a14e5e1e 100644 --- a/backend/drm/util.c +++ b/backend/drm/util.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <drm_fourcc.h> #include <drm_mode.h> |