mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Include sysdep-cancel.h again. Add LIBC_CANCEL_HANDLED ().
This commit is contained in:
parent
814ef022c6
commit
93c04024a6
@ -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>
|
||||
|
||||
|
@ -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
|
||||
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user