diff options
| -rw-r--r-- | src/process.c | 1 | ||||
| -rw-r--r-- | src/regex.c | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c index 13395389d83..09b5270a1bd 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -20,7 +20,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |||
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02111-1307, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #define _GNU_SOURCE /* to get strsignal declared with glibc 2 */ | ||
| 24 | #include <config.h> | 23 | #include <config.h> |
| 25 | #include <signal.h> | 24 | #include <signal.h> |
| 26 | 25 | ||
diff --git a/src/regex.c b/src/regex.c index 022ca13eba6..5cb997336f6 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -33,9 +33,6 @@ | |||
| 33 | #pragma alloca | 33 | #pragma alloca |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||
| 36 | #undef _GNU_SOURCE | ||
| 37 | #define _GNU_SOURCE | ||
| 38 | |||
| 39 | #ifdef HAVE_CONFIG_H | 36 | #ifdef HAVE_CONFIG_H |
| 40 | # include <config.h> | 37 | # include <config.h> |
| 41 | #endif | 38 | #endif |