summaryrefslogtreecommitdiff
path: root/libc/sysdeps/generic/not-cancel.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/generic/not-cancel.h')
-rw-r--r--libc/sysdeps/generic/not-cancel.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/sysdeps/generic/not-cancel.h b/libc/sysdeps/generic/not-cancel.h
index 66882442c..d5e76d56c 100644
--- a/libc/sysdeps/generic/not-cancel.h
+++ b/libc/sysdeps/generic/not-cancel.h
@@ -44,3 +44,11 @@
__fcntl (fd, cmd, val)
# define waitpid_not_cancel(pid, stat_loc, options) \
__waitpid (pid, stat_loc, options)
+#define pause_not_cancel() \
+ __pause ()
+#define nanosleep_not_cancel(requested_time, remaining) \
+ __nanosleep (requested_time, remaining)
+#define sigsuspend_not_cancel(set) \
+ __sigsuspend (set)
+
+#define NO_CANCELLATION 1