Enable vfork syscall test. Disable SIGSTOP test as it is masked until
authormbuhl <mbuhl@openbsd.org>
Thu, 2 Sep 2021 15:28:41 +0000 (15:28 +0000)
committermbuhl <mbuhl@openbsd.org>
Thu, 2 Sep 2021 15:28:41 +0000 (15:28 +0000)
commitc32913b7357c98230ac844dab8ec25c0bbb61cea
treecafa7326f1c878e782145189ce7a04808508b411
parent58facf3359453584a480f6b640162c1310cabc04
Enable vfork syscall test. Disable SIGSTOP test as it is masked until
exec/exit with vfork.
OK bluhm@
regress/lib/libc/sys/Makefile
regress/lib/libc/sys/README
regress/lib/libc/sys/macros.h
regress/lib/libc/sys/t_fork.c
regress/lib/libc/sys/t_vfork.c [new file with mode: 0644]