diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-21 10:02:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-21 10:02:03 +0000 |
commit | 431531094f2e0401c27a23a104e335fcc8552580 (patch) | |
tree | cb61f62e01f7e1f101d193c5738cdc2b8576cfcc /sysdeps/mach/hurd | |
parent | 8a26625d21763a0da2260da197b16abbeefe408d (diff) | |
download | glibc-431531094f2e0401c27a23a104e335fcc8552580.tar.gz glibc-431531094f2e0401c27a23a104e335fcc8552580.tar.xz glibc-431531094f2e0401c27a23a104e335fcc8552580.zip |
Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/_G_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/_G_config.h b/sysdeps/mach/hurd/_G_config.h index 7d6baef06d..c7bd8b1b55 100644 --- a/sysdeps/mach/hurd/_G_config.h +++ b/sysdeps/mach/hurd/_G_config.h @@ -52,7 +52,6 @@ typedef union /* These library features are always available in the GNU C library. */ -#define _G_HAVE_SYS_WAIT 1 #define _G_va_list __gnuc_va_list #define _G_HAVE_MMAP 1 |