summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/pselect.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-10-31 21:22:35 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-10-31 21:22:35 +0000
commitf62ff286838e572ee124ca2d2dc5ccf619345015 (patch)
treed830733a4825ae21d28b60062172aa28bbb2204f /sysdeps/unix/sysv/linux/pselect.c
parentb09adb5b46327e4a2ea354d5524280146d9c6015 (diff)
downloadglibc-f62ff286838e572ee124ca2d2dc5ccf619345015.tar.gz
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 'sysdeps/unix/sysv/linux/pselect.c')
-rw-r--r--sysdeps/unix/sysv/linux/pselect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/pselect.c b/sysdeps/unix/sysv/linux/pselect.c
index b4e77c16aa..5c745c98d8 100644
--- a/sysdeps/unix/sysv/linux/pselect.c
+++ b/sysdeps/unix/sysv/linux/pselect.c
@@ -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