mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
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.
This commit is contained in:
parent
b09adb5b46
commit
f62ff28683
@ -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.
|
||||
|
@ -73,7 +73,6 @@ __pselect (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
|
||||
}
|
||||
#ifndef __pselect
|
||||
weak_alias (__pselect, pselect)
|
||||
strong_alias (__pselect, __libc_pselect)
|
||||
/* __select handles cancellation. */
|
||||
LIBC_CANCEL_HANDLED ();
|
||||
#endif
|
||||
|
@ -89,7 +89,6 @@ __pselect (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
|
||||
return result;
|
||||
}
|
||||
weak_alias (__pselect, pselect)
|
||||
strong_alias (__pselect, __libc_pselect)
|
||||
|
||||
# ifndef __ASSUME_PSELECT
|
||||
# define __pselect static __generic_pselect
|
||||
|
Loading…
Reference in New Issue
Block a user