We are, the build system takes care of that. Signed-off-by: Daniel Vetter <daniel.vetter@xxxxxxxx> --- benchmarks/gem_exec_tracer.c | 2 -- benchmarks/gem_latency.c | 1 - benchmarks/gem_syslatency.c | 2 -- lib/igt_fb.c | 1 - lib/igt_vgem.c | 2 -- lib/tests/igt_exit_handler.c | 1 - tests/core_get_client_auth.c | 1 - tests/core_setmaster_vs_auth.c | 1 - tests/drm_import_export.c | 1 - tests/drv_missed_irq.c | 1 - tests/gem_fenced_exec_thrash.c | 2 -- tests/gem_flink_race.c | 1 - tests/gem_mmap_gtt.c | 1 - tests/gem_mmap_wc.c | 1 - tests/gem_persistent_relocs.c | 1 - tests/gem_reloc_vs_gpu.c | 1 - tests/gem_reset_stats.c | 1 - tests/gem_streaming_writes.c | 1 - tests/gem_workarounds.c | 1 - tests/kms_cursor_legacy.c | 1 - tests/pm_rc6_residency.c | 1 - tests/pm_rps.c | 1 - tests/prime_mmap.c | 1 - tests/prime_self_import.c | 1 - tools/aubdump.c | 2 -- tools/intel_audio_dump.c | 1 - tools/intel_dump_decode.c | 1 - tools/intel_error_decode.c | 1 - tools/intel_framebuffer_dump.c | 1 - tools/intel_gpu_frequency.c | 1 - tools/intel_guc_logger.c | 1 - tools/intel_l3_parity.c | 1 - tools/intel_l3_udev_listener.c | 3 --- 33 files changed, 40 deletions(-) diff --git a/benchmarks/gem_exec_tracer.c b/benchmarks/gem_exec_tracer.c index a49c11a967f0..8ee29b5d8916 100644 --- a/benchmarks/gem_exec_tracer.c +++ b/benchmarks/gem_exec_tracer.c @@ -21,8 +21,6 @@ * IN THE SOFTWARE. */ -#define _GNU_SOURCE /* for RTLD_NEXT */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/benchmarks/gem_latency.c b/benchmarks/gem_latency.c index 6cb16ba4f051..c3fc4bf0f74c 100644 --- a/benchmarks/gem_latency.c +++ b/benchmarks/gem_latency.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include <pthread.h> #include "igt.h" diff --git a/benchmarks/gem_syslatency.c b/benchmarks/gem_syslatency.c index 83bfac78d02b..4ed23638e717 100644 --- a/benchmarks/gem_syslatency.c +++ b/benchmarks/gem_syslatency.c @@ -22,8 +22,6 @@ * */ -#define _GNU_SOURCE - #include "igt.h" #include <unistd.h> #include <stdlib.h> diff --git a/lib/igt_fb.c b/lib/igt_fb.c index fbdfca8ad278..95434a699dcf 100644 --- a/lib/igt_fb.c +++ b/lib/igt_fb.c @@ -25,7 +25,6 @@ * Damien Lespiau <damien.lespiau@xxxxxxxxx> */ -#define _GNU_SOURCE #include <stdio.h> #include <math.h> diff --git a/lib/igt_vgem.c b/lib/igt_vgem.c index 21cccb375c51..3dd9621d0459 100644 --- a/lib/igt_vgem.c +++ b/lib/igt_vgem.c @@ -21,8 +21,6 @@ * IN THE SOFTWARE. */ -#define _GNU_SOURCE - #include "igt.h" #include "igt_vgem.h" diff --git a/lib/tests/igt_exit_handler.c b/lib/tests/igt_exit_handler.c index d1b5a8891739..f2997bd13633 100644 --- a/lib/tests/igt_exit_handler.c +++ b/lib/tests/igt_exit_handler.c @@ -21,7 +21,6 @@ * IN THE SOFTWARE. */ -#define _GNU_SOURCE #include <assert.h> #include <unistd.h> #include <fcntl.h> diff --git a/tests/core_get_client_auth.c b/tests/core_get_client_auth.c index 50e87fac76d6..676083d5e322 100644 --- a/tests/core_get_client_auth.c +++ b/tests/core_get_client_auth.c @@ -32,7 +32,6 @@ * Oh dear, libva, why do you do such funny things? */ -#define _GNU_SOURCE #include "igt.h" #include <unistd.h> #include <stdlib.h> diff --git a/tests/core_setmaster_vs_auth.c b/tests/core_setmaster_vs_auth.c index 783033397939..f1ae0c6338fa 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> diff --git a/tests/drm_import_export.c b/tests/drm_import_export.c index f1234bdcc411..e3ce2480c7f1 100644 --- a/tests/drm_import_export.c +++ b/tests/drm_import_export.c @@ -24,7 +24,6 @@ * Daniel Vetter <daniel.vetter@xxxxxxxx> */ -#define _GNU_SOURCE #include "igt.h" #include <stdio.h> #include <sys/types.h> diff --git a/tests/drv_missed_irq.c b/tests/drv_missed_irq.c index fb81f277f5fc..469be882d39c 100644 --- a/tests/drv_missed_irq.c +++ b/tests/drv_missed_irq.c @@ -22,7 +22,6 @@ * */ -#define _GNU_SOURCE #include <sched.h> #include "igt.h" diff --git a/tests/gem_fenced_exec_thrash.c b/tests/gem_fenced_exec_thrash.c index e403a49155b6..9a43c845e671 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> diff --git a/tests/gem_flink_race.c b/tests/gem_flink_race.c index 30e33f65a7dc..9e3d3a622297 100644 --- a/tests/gem_flink_race.c +++ b/tests/gem_flink_race.c @@ -24,7 +24,6 @@ * Daniel Vetter <daniel.vetter@xxxxxxxx> */ -#define _GNU_SOURCE #include "igt.h" #include <sys/ioctl.h> #include <stdlib.h> diff --git a/tests/gem_mmap_gtt.c b/tests/gem_mmap_gtt.c index 4ff5e7f15f81..0f5981257a01 100644 --- a/tests/gem_mmap_gtt.c +++ b/tests/gem_mmap_gtt.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include <unistd.h> #include <stdlib.h> #include <stdio.h> diff --git a/tests/gem_mmap_wc.c b/tests/gem_mmap_wc.c index fd7988073075..110883eb9a61 100644 --- a/tests/gem_mmap_wc.c +++ b/tests/gem_mmap_wc.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include <unistd.h> #include <stdlib.h> diff --git a/tests/gem_persistent_relocs.c b/tests/gem_persistent_relocs.c index bc831ee49920..452fe686e9a5 100644 --- a/tests/gem_persistent_relocs.c +++ b/tests/gem_persistent_relocs.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include <stdlib.h> #include <stdio.h> diff --git a/tests/gem_reloc_vs_gpu.c b/tests/gem_reloc_vs_gpu.c index afc31328fdc2..d421e4340d62 100644 --- a/tests/gem_reloc_vs_gpu.c +++ b/tests/gem_reloc_vs_gpu.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include <stdlib.h> #include <stdio.h> diff --git a/tests/gem_reset_stats.c b/tests/gem_reset_stats.c index 9ac08aabf3a5..edc407676393 100644 --- a/tests/gem_reset_stats.c +++ b/tests/gem_reset_stats.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include "igt_sysfs.h" #include <limits.h> diff --git a/tests/gem_streaming_writes.c b/tests/gem_streaming_writes.c index c27e7fa75dc7..e83d69debc5e 100644 --- a/tests/gem_streaming_writes.c +++ b/tests/gem_streaming_writes.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include <unistd.h> #include <stdlib.h> diff --git a/tests/gem_workarounds.c b/tests/gem_workarounds.c index c7286d86b7a0..d6641bd5578f 100644 --- a/tests/gem_workarounds.c +++ b/tests/gem_workarounds.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include <fcntl.h> diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c index bdb66f3b51b7..2d32d3a91570 100644 --- a/tests/kms_cursor_legacy.c +++ b/tests/kms_cursor_legacy.c @@ -22,7 +22,6 @@ * */ -#define _GNU_SOURCE #include <sched.h> #include <sys/poll.h> diff --git a/tests/pm_rc6_residency.c b/tests/pm_rc6_residency.c index bdb9747a7ad9..7c87302dcab3 100644 --- a/tests/pm_rc6_residency.c +++ b/tests/pm_rc6_residency.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include "igt_sysfs.h" #include <stdio.h> diff --git a/tests/pm_rps.c b/tests/pm_rps.c index f0455e78752e..8b543bb8506c 100644 --- a/tests/pm_rps.c +++ b/tests/pm_rps.c @@ -26,7 +26,6 @@ * */ -#define _GNU_SOURCE #include "igt.h" #include <stdio.h> #include <stdlib.h> diff --git a/tests/prime_mmap.c b/tests/prime_mmap.c index 1ea61c2fda0d..0da0aa681158 100644 --- a/tests/prime_mmap.c +++ b/tests/prime_mmap.c @@ -29,7 +29,6 @@ /* * Testcase: Check whether mmap()ing dma-buf works */ -#define _GNU_SOURCE #include <unistd.h> #include <stdlib.h> #include <stdio.h> diff --git a/tests/prime_self_import.c b/tests/prime_self_import.c index 992334d4bf7d..8c4f53218454 100644 --- a/tests/prime_self_import.c +++ b/tests/prime_self_import.c @@ -31,7 +31,6 @@ * ... but with different fds, i.e. the wayland usecase. */ -#define _GNU_SOURCE #include "igt.h" #include <unistd.h> #include <stdlib.h> diff --git a/tools/aubdump.c b/tools/aubdump.c index 4387ea8399a2..4392e589193b 100644 --- a/tools/aubdump.c +++ b/tools/aubdump.c @@ -21,8 +21,6 @@ * IN THE SOFTWARE. */ -#define _GNU_SOURCE /* for RTLD_NEXT */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c index c8d369b548cb..90260a2fe007 100644 --- a/tools/intel_audio_dump.c +++ b/tools/intel_audio_dump.c @@ -26,7 +26,6 @@ * */ -#define _GNU_SOURCE #include <unistd.h> #include <stdlib.h> #include <stdio.h> diff --git a/tools/intel_dump_decode.c b/tools/intel_dump_decode.c index 0341aada4016..4bb774406f96 100644 --- a/tools/intel_dump_decode.c +++ b/tools/intel_dump_decode.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/tools/intel_error_decode.c b/tools/intel_error_decode.c index 2cbdd8873edd..cdef3b18ad0e 100644 --- a/tools/intel_error_decode.c +++ b/tools/intel_error_decode.c @@ -38,7 +38,6 @@ * decode, but never crash in the process. */ -#define _GNU_SOURCE #include <stdbool.h> #include <stdio.h> #include <stdlib.h> diff --git a/tools/intel_framebuffer_dump.c b/tools/intel_framebuffer_dump.c index 624a96136137..79c0688b1e70 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 <stdint.h> #include <sys/types.h> #include <sys/mman.h> diff --git a/tools/intel_gpu_frequency.c b/tools/intel_gpu_frequency.c index cb758b0a6481..5c439b036a16 100644 --- a/tools/intel_gpu_frequency.c +++ b/tools/intel_gpu_frequency.c @@ -46,7 +46,6 @@ * intel_gpu_frequency -d */ -#define _GNU_SOURCE #include <assert.h> #include <getopt.h> #include <stdio.h> diff --git a/tools/intel_guc_logger.c b/tools/intel_guc_logger.c index 3079878e1191..7c6115a669f6 100644 --- a/tools/intel_guc_logger.c +++ b/tools/intel_guc_logger.c @@ -1,5 +1,4 @@ -#define _GNU_SOURCE /* For using O_DIRECT */ #include <inttypes.h> #include <stdio.h> #include <fcntl.h> diff --git a/tools/intel_l3_parity.c b/tools/intel_l3_parity.c index 26b7caaa1576..9df4fc2477f2 100644 --- a/tools/intel_l3_parity.c +++ b/tools/intel_l3_parity.c @@ -25,7 +25,6 @@ * */ -#define _GNU_SOURCE #include <sys/types.h> #include <sys/stat.h> #include <assert.h> diff --git a/tools/intel_l3_udev_listener.c b/tools/intel_l3_udev_listener.c index 57a0f0bf713b..94d931e507bb 100644 --- a/tools/intel_l3_udev_listener.c +++ b/tools/intel_l3_udev_listener.c @@ -25,9 +25,6 @@ #ifdef HAVE_UDEV #include <libudev.h> -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif #include <stdio.h> #include <stdlib.h> #include <string.h> -- 2.9.5 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx