diff options
Diffstat (limited to 'io/ppoll.c')
-rw-r--r-- | io/ppoll.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/io/ppoll.c b/io/ppoll.c index 35ea1776b5..ab7c022f3a 100644 --- a/io/ppoll.c +++ b/io/ppoll.c @@ -70,7 +70,5 @@ ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, } #ifndef ppoll -/* __poll handles cancellation. */ -LIBC_CANCEL_HANDLED (); libc_hidden_def (ppoll); #endif |