diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-05-30 17:55:50 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-05-30 17:55:50 +0000 |
commit | bd35231e70c8d1427f1c52cc410a581d0f181487 (patch) | |
tree | 7ee4fc0dcc535db318f0d393c53eb99fe54aec5d /Src/system.h | |
parent | 71865fd36d5b352602cb4b7555dfd912b5819c64 (diff) | |
download | zsh-bd35231e70c8d1427f1c52cc410a581d0f181487.tar.gz zsh-bd35231e70c8d1427f1c52cc410a581d0f181487.tar.xz zsh-bd35231e70c8d1427f1c52cc410a581d0f181487.zip |
27025: define _GNU_SOURCE on the Hurd.
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |