diff options
Diffstat (limited to 'libc/misc/fnmatch/fnmatch_old.c')
-rw-r--r-- | libc/misc/fnmatch/fnmatch_old.c | 2 |
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> |