]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r281712:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 25 Apr 2015 08:14:08 +0000 (08:14 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 25 Apr 2015 08:14:08 +0000 (08:14 +0000)
commit70a44e1c4f5f24f744bcd283611380e078459ed3
tree6dbb457d25603e6e6c77dfcb3c1c5dff61d15483
parent825060ad39c212e9250cc66b3c97b903a0d100ed
MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.

git-svn-id: svn://svn.freebsd.org/base/stable/10@281981 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/gen/waitid.c
lib/libc/include/libc_private.h
lib/libc/sys/Makefile.inc
lib/libc/sys/interposing_table.c
lib/libc/sys/ppoll.c [new file with mode: 0644]
lib/libc/sys/wait6.c [new file with mode: 0644]
lib/libthr/thread/thr_syscalls.c
share/man/man3/pthread_testcancel.3