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 /ChangeLog | |
parent | 8a26625d21763a0da2260da197b16abbeefe408d (diff) | |
download | glibc-431531094f2e0401c27a23a104e335fcc8552580.zip glibc-431531094f2e0401c27a23a104e335fcc8552580.tar.gz glibc-431531094f2e0401c27a23a104e335fcc8552580.tar.bz2 |
Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2012-09-21 Joseph Myers <joseph@codesourcery.com> + + * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional. + [!_IO_HAVE_SYS_WAIT]: Remove conditional code. + * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove. + * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional. + [!_IO_HAVE_SYS_WAIT]: Remove conditional code. + * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove. + * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise. + * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise. + 2012-09-20 Joseph Myers <joseph@codesourcery.com> * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional. |