summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_vfork.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl2021-09-021-0/+31
exec/exit with vfork. OK bluhm@