From 93c04024a6b900b69bbe9a70de06ac23b8273787 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 19 Jan 2006 15:52:01 +0000 Subject: Include sysdep-cancel.h again. Add LIBC_CANCEL_HANDLED (). --- misc/pselect.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'misc/pselect.c') diff --git a/misc/pselect.c b/misc/pselect.c index 42d1c48..1d841a8 100644 --- a/misc/pselect.c +++ b/misc/pselect.c @@ -22,6 +22,7 @@ #include /* For NULL. */ #include #include +#include /* Check the first NFDS descriptors each in READFDS (if not NULL) for read @@ -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 (); -- cgit v1.1