summaryrefslogtreecommitdiff
path: root/misc/pselect.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-19 15:24:31 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-19 15:24:31 +0000
commit814ef022c66e7c2ecfd280171ad47304f5ec2da7 (patch)
tree5c9dcfe931e8873ad7b37efcb51fbb6c4efc6b87 /misc/pselect.c
parentdf3eec7da94ca39164e2e209eb3b3a06abaca493 (diff)
* misc/pselect.c (__pselect): Remove static.
Diffstat (limited to 'misc/pselect.c')
-rw-r--r--misc/pselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pselect.c b/misc/pselect.c
index 04e8a77538..42d1c48f13 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)
{