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 /libio/libio.h | |
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 'libio/libio.h')
-rw-r--r-- | libio/libio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libio/libio.h b/libio/libio.h index 5fe1bac091..b737cecefe 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -41,7 +41,6 @@ #define _IO_pid_t _G_pid_t #define _IO_uid_t _G_uid_t #define _IO_iconv_t _G_iconv_t -#define _IO_HAVE_SYS_WAIT _G_HAVE_SYS_WAIT #define _IO_HAVE_ST_BLKSIZE _G_HAVE_ST_BLKSIZE #define _IO_BUFSIZ _G_BUFSIZ #define _IO_va_list _G_va_list |