diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-10-31 21:22:35 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-10-31 21:22:35 +0000 |
commit | f62ff286838e572ee124ca2d2dc5ccf619345015 (patch) | |
tree | d830733a4825ae21d28b60062172aa28bbb2204f /ChangeLog | |
parent | b09adb5b46327e4a2ea354d5524280146d9c6015 (diff) | |
download | glibc-f62ff286838e572ee124ca2d2dc5ccf619345015.zip glibc-f62ff286838e572ee124ca2d2dc5ccf619345015.tar.gz glibc-f62ff286838e572ee124ca2d2dc5ccf619345015.tar.bz2 |
Remove __libc_pselect alias.
Continuing the removal of unused __libc_* function names, this patch
removes the __libc_pselect alias.
Tested for x86_64 that installed stripped shared libraries are
unchanged by this patch.
* misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
* sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
(__libc_pselect): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2014-10-31 Joseph Myers <joseph@codesourcery.com> + * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias. + * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6] + (__libc_pselect): Likewise. + [BZ #14138] * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file. * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise. |