diff options
Diffstat (limited to 'tests/unit/unit.c')
-rw-r--r-- | tests/unit/unit.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |