Skip to content

Commit

Permalink
Include sysdep-cancel.h again. Add LIBC_CANCEL_HANDLED ().
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 19, 2006
1 parent 814ef02 commit 93c0402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
2006-01-19 Jakub Jelinek <jakub@redhat.com>

* misc/pselect.c (__pselect): Remove static.
Include sysdep-cancel.h again. Add LIBC_CANCEL_HANDLED ().

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

Expand Down
3 changes: 3 additions & 0 deletions misc/pselect.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <stddef.h> /* For NULL. */
#include <sys/time.h>
#include <sys/select.h>
#include <sysdep-cancel.h>


/* Check the first NFDS descriptors each in READFDS (if not NULL) for read
Expand Down Expand Up @@ -63,3 +64,5 @@ __pselect (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
}
weak_alias (__pselect, pselect)
strong_alias (__pselect, __libc_pselect)
/* __select handles cancellation. */
LIBC_CANCEL_HANDLED ();

0 comments on commit 93c0402

Please sign in to comment.