summaryrefslogtreecommitdiff
path: root/lib/libc/sys/pdwait.c
AgeCommit message (Collapse)Author
2026-01-25lib/libsys, lib/libc: export pdwaitKonstantin Belousov
Make pdwait(2) cancellable, same as all other wait*(2) syscalls wrappers. Reviewed by: asomers, markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D54592