aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/performance/gcrypt.c2
-rw-r--r--tests/unit/unit.c3
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/performance/gcrypt.c b/tests/performance/gcrypt.c
index febc18f1b..e6f59060b 100644
--- a/tests/performance/gcrypt.c
+++ b/tests/performance/gcrypt.c
@@ -1,5 +1,3 @@
-#define _DEFAULT_SOURCE
-#define _GNU_SOURCE
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
diff --git a/tests/unit/unit.c b/tests/unit/unit.c
index 5212c768e..37ed1315d 100644
--- a/tests/unit/unit.c
+++ b/tests/unit/unit.c
@@ -19,9 +19,6 @@
*/
#ifdef __linux__
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
#include <sched.h>
#endif /* linux */