From 16ea5eec38c062429dd847a679fc1e6db007d7f8 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 5 Sep 2017 14:36:06 +0200 Subject: build: remove _GNU_SOURCE from source files We are, the build system takes care of that. Reviewed-by: Eric Anholt Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- tools/intel_framebuffer_dump.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/intel_framebuffer_dump.c') diff --git a/tools/intel_framebuffer_dump.c b/tools/intel_framebuffer_dump.c index 624a9613..79c0688b 100644 --- a/tools/intel_framebuffer_dump.c +++ b/tools/intel_framebuffer_dump.c @@ -26,7 +26,6 @@ * Read back all the KMS framebuffers attached to the CRTC and record as PNG. */ -#define _GNU_SOURCE #include #include #include -- cgit v1.2.3