1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-30 07:10:58 +02:00

27025: define _GNU_SOURCE on the Hurd.

This commit is contained in:
Clint Adams 2009-05-30 17:55:50 +00:00
parent 71865fd36d
commit bd35231e70
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2009-05-30 Clint Adams <clint@zsh.org>
* 27025: Src/system.h: define _GNU_SOURCE on the Hurd.
2009-05-29 Peter Stephenson <p.w.stephenson@ntlworld.com> 2009-05-29 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 27021: Src/pattern.c: length of variable saving globflags * 27021: Src/pattern.c: length of variable saving globflags
@ -11786,5 +11790,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4702 $ * $Revision: 1.4703 $
***************************************************** *****************************************************

View file

@ -37,7 +37,7 @@
#endif #endif
#endif #endif
#if defined(__linux) || defined(__GLIBC__) #if defined(__linux) || defined(__GNU__)
/* /*
* Turn on numerous extensions. * Turn on numerous extensions.
* This is in order to get the functions for manipulating /dev/ptmx. * This is in order to get the functions for manipulating /dev/ptmx.