summaryrefslogtreecommitdiff
path: root/libc/misc/fnmatch/fnmatch_old.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-10 00:29:24 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-10 00:29:24 +0000
commitea0cc5b36c0dcc5a9b5994e8d8ecf3e848eeb3a0 (patch)
treee341b0481ed621a21ce114897e7ee6575fb91d46 /libc/misc/fnmatch/fnmatch_old.c
parentc5598b733a285fd27ccd59bfa74da1b445f35572 (diff)
just define _GNU_SOURCE
Diffstat (limited to 'libc/misc/fnmatch/fnmatch_old.c')
-rw-r--r--libc/misc/fnmatch/fnmatch_old.c2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>