diff options
Diffstat (limited to 'io/ppoll.c')
-rw-r--r-- | io/ppoll.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |