From 8f6b7abd1aed966f205cc26e09ef38f9b0d40744 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Nov 2019 12:02:45 +0100 Subject: Move feature macro before "config.h" include This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818. --- testsuites/psxtests/psxhdrs/math/y1l.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxhdrs/math/y1l.c') diff --git a/testsuites/psxtests/psxhdrs/math/y1l.c b/testsuites/psxtests/psxhdrs/math/y1l.c index d50925cf46..48dbaab940 100644 --- a/testsuites/psxtests/psxhdrs/math/y1l.c +++ b/testsuites/psxtests/psxhdrs/math/y1l.c @@ -30,11 +30,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#define _POSIX_C_SOURCE 200809L + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#define _POSIX_C_SOURCE 200809L #include int test( void ); -- cgit v1.2.3