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