summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/gem_exec_tracer.c2
-rw-r--r--benchmarks/gem_latency.c1
-rw-r--r--benchmarks/gem_syslatency.c2
3 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks/gem_exec_tracer.c b/benchmarks/gem_exec_tracer.c
index a49c11a9..8ee29b5d 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 6cb16ba4..c3fc4bf0 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 83bfac78..4ed23638 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>