From ea0cc5b36c0dcc5a9b5994e8d8ecf3e848eeb3a0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Jan 2006 00:29:24 +0000 Subject: just define _GNU_SOURCE --- libc/misc/fnmatch/fnmatch.c | 2 +- libc/misc/fnmatch/fnmatch_old.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/misc/fnmatch') diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index 2dafebe18..d5d3e753b 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -25,7 +25,7 @@ /* Enable GNU extensions in fnmatch.h. */ #ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 +# define _GNU_SOURCE #endif #include diff --git a/libc/misc/fnmatch/fnmatch_old.c b/libc/misc/fnmatch/fnmatch_old.c index 384756569..2762b3930 100644 --- a/libc/misc/fnmatch/fnmatch_old.c +++ b/libc/misc/fnmatch/fnmatch_old.c @@ -21,7 +21,7 @@ Cambridge, MA 02139, USA. */ /* Enable GNU extensions in fnmatch.h. */ #ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 +# define _GNU_SOURCE #endif #include -- cgit v1.2.3