From: Ulrich Drepper Date: Thu, 19 Jan 2006 15:24:31 +0000 (+0000) Subject: * misc/pselect.c (__pselect): Remove static. X-Git-Tag: upstream/2.30~15850 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=814ef022c66e7c2ecfd280171ad47304f5ec2da7;p=external%2Fglibc.git * misc/pselect.c (__pselect): Remove static. --- diff --git a/ChangeLog b/ChangeLog index c0e8c7b..8eb7551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-19 Jakub Jelinek + + * misc/pselect.c (__pselect): Remove static. + 2006-01-18 Roland McGrath * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h [__ASSEMBLER__]: Don't diff --git a/misc/pselect.c b/misc/pselect.c index 04e8a77..42d1c48 100644 --- a/misc/pselect.c +++ b/misc/pselect.c @@ -30,7 +30,7 @@ after waiting the interval specified therein. Additionally set the sigmask SIGMASK for this call. Returns the number of ready descriptors, or -1 for errors. */ -static int +int __pselect (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct timespec *timeout, const sigset_t *sigmask) {