From 8c081c8888bccbf5adfe0fc4ec518e2cbfba9871 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 8 Oct 2018 21:48:14 +0900 Subject: Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE. Signed-off-by: Michele Calgaro --- test/copyrecttest.c | 3 --- test/encodingstest.c | 3 --- 2 files changed, 6 deletions(-) (limited to 'test') diff --git a/test/copyrecttest.c b/test/copyrecttest.c index cd2a504..3564c0e 100644 --- a/test/copyrecttest.c +++ b/test/copyrecttest.c @@ -1,6 +1,3 @@ -#ifdef __STRICT_ANSI__ -#define _BSD_SOURCE -#endif #include #include diff --git a/test/encodingstest.c b/test/encodingstest.c index 715e887..1d8e861 100644 --- a/test/encodingstest.c +++ b/test/encodingstest.c @@ -1,6 +1,3 @@ -#ifdef __STRICT_ANSI__ -#define _BSD_SOURCE -#endif #include #include #include -- cgit v1.2.3