summaryrefslogtreecommitdiff
path: root/test/misc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-04 06:01:51 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-04 06:01:51 +0100
commit875d5902a35011432cf6db013c9ca630cd111f81 (patch)
treef748c62359dd1e514c8b80dfdd4870c03f502db1 /test/misc
parent6be5370008d95fddf670e5f40c8515815244536a (diff)
already defined, quieten gcc warning
Diffstat (limited to 'test/misc')
-rw-r--r--test/misc/tst-nftw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/misc/tst-nftw.c b/test/misc/tst-nftw.c
index 76d11eb..970dfc2 100644
--- a/test/misc/tst-nftw.c
+++ b/test/misc/tst-nftw.c
@@ -1,5 +1,4 @@
#define _XOPEN_SOURCE 500
-#define _GNU_SOURCE
#include <ftw.h>
#include <stdio.h>
#include <sys/types.h>