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 | |
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')
-rw-r--r-- | sysdeps/generic/_G_config.h | 1 | ||||
-rw-r--r-- | sysdeps/gnu/_G_config.h | 1 | ||||
-rw-r--r-- | sysdeps/mach/hurd/_G_config.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h index 139f746524..4c6552fefb 100644 --- a/sysdeps/generic/_G_config.h +++ b/sysdeps/generic/_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 diff --git a/sysdeps/gnu/_G_config.h b/sysdeps/gnu/_G_config.h index 313f35a792..54f5e55739 100644 --- a/sysdeps/gnu/_G_config.h +++ b/sysdeps/gnu/_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 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 |