Skip to content

Commit

Permalink
* misc/pselect.c (__pselect): Remove static.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 19, 2006
1 parent df3eec7 commit 814ef02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2006-01-19 Jakub Jelinek <jakub@redhat.com>

* misc/pselect.c (__pselect): Remove static.

2006-01-18 Roland McGrath <roland@redhat.com>

* sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h [__ASSEMBLER__]: Don't
Expand Down
2 changes: 1 addition & 1 deletion misc/pselect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 814ef02

Please sign in to comment.