summaryrefslogtreecommitdiff
path: root/tests/core_setmaster_vs_auth.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/core_setmaster_vs_auth.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/core_setmaster_vs_auth.c')
-rw-r--r--tests/core_setmaster_vs_auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/core_setmaster_vs_auth.c b/tests/core_setmaster_vs_auth.c
index 78303339..f1ae0c63 100644
--- a/tests/core_setmaster_vs_auth.c
+++ b/tests/core_setmaster_vs_auth.c
@@ -33,7 +33,6 @@
* trying to authenticate a client against the wrong master.
*/
-#define _GNU_SOURCE
#include "igt.h"
#include <unistd.h>
#include <stdlib.h>