summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-04-18 21:35:41 +0000
committerkib <kib@FreeBSD.org>2015-04-18 21:35:41 +0000
commit9a774084c8016c1402b8f1cb8ea26fbaea9b949f (patch)
tree76dd10f0373dacfa7a56cf702e44a38a5206a07f /lib/libc/sys/Makefile.inc
parented2e42d42c427b6d06b4c967635c485f01fda132 (diff)
downloadFreeBSD-src-9a774084c8016c1402b8f1cb8ea26fbaea9b949f.zip
FreeBSD-src-9a774084c8016c1402b8f1cb8ea26fbaea9b949f.tar.gz
Make wait6(2), waitid(3) and ppoll(2) cancellation points. The
waitid() function is required to be cancellable by the standard. The wait6() and ppoll() follow the other syscalls in their groups. Reviewed by: jhb, jilles (previous versions) Sponsored by: The FreeBSD Foundation MFC after: 1 week
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 7745b2a..a38a923 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -57,6 +57,7 @@ INTERPOSED = \
open \
openat \
poll \
+ ppoll \
pselect \
read \
readv \
@@ -73,6 +74,7 @@ INTERPOSED = \
sigwaitinfo \
swapcontext \
wait4 \
+ wait6 \
write \
writev
OpenPOWER on IntegriCloud