summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-12-16 16:21:50 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-12-18 10:19:21 +0800
commit66bf929fa97fabb70198455f9eec2e9ccf0661fa (patch)
treedf9944b43cb30900f4947c7b1ea7e777d16b0d19 /test
parentdf46fcfe4867fd16729bb10dfb82dcd43595c6c2 (diff)
downloadtalos-petitboot-66bf929fa97fabb70198455f9eec2e9ccf0661fa.tar.gz
talos-petitboot-66bf929fa97fabb70198455f9eec2e9ccf0661fa.zip
configure: Use AC_GNU_SOURCE
Rather than #defining _GNU_SOURCE in our .c files, we can define this from config.h instead. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test')
-rw-r--r--test/lib/list-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/list-test.c b/test/lib/list-test.c
index 3f7952a..144613d 100644
--- a/test/lib/list-test.c
+++ b/test/lib/list-test.c
@@ -19,8 +19,6 @@
#include "config.h"
#endif
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud