From df31d32b411022d130b078de177cfa40b7bf6cde Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 22 Jan 2006 19:35:08 +0000 Subject: Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt --- libc/misc/regex/regex.c | 1 - libc/misc/regex/regex_old.c | 4 ---- 2 files changed, 5 deletions(-) (limited to 'libc/misc/regex') diff --git a/libc/misc/regex/regex.c b/libc/misc/regex/regex.c index 56737b7bc..3e53a2ea6 100644 --- a/libc/misc/regex/regex.c +++ b/libc/misc/regex/regex.c @@ -23,7 +23,6 @@ #endif /* uClibc addons */ -#define _GNU_SOURCE #include #ifdef __UCLIBC__ diff --git a/libc/misc/regex/regex_old.c b/libc/misc/regex/regex_old.c index bb8aa762a..0ff756ff5 100644 --- a/libc/misc/regex/regex_old.c +++ b/libc/misc/regex/regex_old.c @@ -22,7 +22,6 @@ /* To exclude some unwanted junk.... */ #undef emacs -#define _GNU_SOURCE #include #ifdef __UCLIBC__ # undef _LIBC @@ -49,9 +48,6 @@ libc_hidden_proto(abort) #pragma alloca #endif -#undef _GNU_SOURCE -#define _GNU_SOURCE - #ifdef HAVE_CONFIG_H # include #endif -- cgit v1.2.3