summaryrefslogtreecommitdiff
path: root/tests/gem_fenced_exec_thrash.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/gem_fenced_exec_thrash.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/gem_fenced_exec_thrash.c')
-rw-r--r--tests/gem_fenced_exec_thrash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gem_fenced_exec_thrash.c b/tests/gem_fenced_exec_thrash.c
index e403a491..9a43c845 100644
--- a/tests/gem_fenced_exec_thrash.c
+++ b/tests/gem_fenced_exec_thrash.c
@@ -25,8 +25,6 @@
*
*/
-#define _GNU_SOURCE
-
#include "igt.h"
#include <stdlib.h>
#include <sys/ioctl.h>