diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/creat.c | 3 | ||||
-rw-r--r-- | io/ppoll.c | 2 |
2 files changed, 0 insertions, 5 deletions
@@ -27,6 +27,3 @@ creat (const char *file, mode_t mode) { return __open (file, O_WRONLY|O_CREAT|O_TRUNC, mode); } - -/* __open handles cancellation. */ -LIBC_CANCEL_HANDLED (); @@ -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 |