From f62ff286838e572ee124ca2d2dc5ccf619345015 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 31 Oct 2014 21:22:35 +0000 Subject: 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. --- misc/pselect.c | 1 - 1 file changed, 1 deletion(-) (limited to 'misc') diff --git a/misc/pselect.c b/misc/pselect.c index 478dcce330..ba757dfffa 100644 --- a/misc/pselect.c +++ b/misc/pselect.c @@ -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 -- cgit 1.4.1