summaryrefslogtreecommitdiff
path: root/tools/tap-test.c
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-10-03 11:51:29 +0100
committerDaniel Wagner <wagi@monom.org>2018-10-08 08:25:22 +0200
commit9dadd8410ac31ba62f4b568ab834a6b54f2bb178 (patch)
tree7c2f75113c2e27e7031bbc6ec9e8a0be14a8d16a /tools/tap-test.c
parent024fa1edf46542a8bfd690e5fb382e779dff52b5 (diff)
downloadconnman-9dadd8410ac31ba62f4b568ab834a6b54f2bb178.tar.gz
build: Use AC_USE_SYSTEM_EXTENSIONS
Instead of using #define _GNU_SOURCE in some source files which causes problems when building with musl as more files need the define, simply use AC_USE_SYSTEM_EXTENSIONS in configure.ac to get it defined globally.
Diffstat (limited to 'tools/tap-test.c')
-rw-r--r--tools/tap-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tap-test.c b/tools/tap-test.c
index fdc098aa..57917f51 100644
--- a/tools/tap-test.c
+++ b/tools/tap-test.c
@@ -23,7 +23,6 @@
#include <config.h>
#endif
-#define _GNU_SOURCE
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>