summaryrefslogtreecommitdiff
path: root/tests/drm_import_export.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2017-09-05 14:36:06 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-09-08 17:04:18 +0200
commit16ea5eec38c062429dd847a679fc1e6db007d7f8 (patch)
tree69e869b652ea5cac8226eb26391ff536d8b4b684 /tests/drm_import_export.c
parent00215dd5b78cfe05838b8e39e092480f80ed6deb (diff)
build: remove _GNU_SOURCE from source files
We are, the build system takes care of that. Reviewed-by: Eric Anholt <eric@anholt.net> Acked-by: Jani Nikula <jani.nikula@intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Daniel Stone <daniels@collabora.com> Acked-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/drm_import_export.c')
-rw-r--r--tests/drm_import_export.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/drm_import_export.c b/tests/drm_import_export.c
index f1234bdc..e3ce2480 100644
--- a/tests/drm_import_export.c
+++ b/tests/drm_import_export.c
@@ -24,7 +24,6 @@
* Daniel Vetter <daniel.vetter@ffwll.ch>
*/
-#define _GNU_SOURCE
#include "igt.h"
#include <stdio.h>
#include <sys/types.h>