From bd35231e70c8d1427f1c52cc410a581d0f181487 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 30 May 2009 17:55:50 +0000 Subject: 27025: define _GNU_SOURCE on the Hurd. --- ChangeLog | 6 +++++- Src/system.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d87399d9f..81fbeb60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-30 Clint Adams + + * 27025: Src/system.h: define _GNU_SOURCE on the Hurd. + 2009-05-29 Peter Stephenson * 27021: Src/pattern.c: length of variable saving globflags @@ -11786,5 +11790,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4702 $ +* $Revision: 1.4703 $ ***************************************************** diff --git a/Src/system.h b/Src/system.h index 7e2cb59f6..1a96fdffd 100644 --- a/Src/system.h +++ b/Src/system.h @@ -37,7 +37,7 @@ #endif #endif -#if defined(__linux) || defined(__GLIBC__) +#if defined(__linux) || defined(__GNU__) /* * Turn on numerous extensions. * This is in order to get the functions for manipulating /dev/ptmx. -- cgit 1.4.1