CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/11 17:16:03
Modified files:
lib/libc : Symbols.list
lib/libc/gen : Makefile.inc
lib/libc/hidden: signal.h
lib/librthread : Makefile Symbols.map
lib/libpthread/man: Makefile.inc
Added files:
lib/libc/gen : sigwait.3 sigwait.c
Removed files:
lib/librthread : rthread_sig.c
lib/libpthread/man: sigwait.3
Log message:
Move sigwait(3) from libpthread to libc
POSIX wants it in libc, that's where the function can be found on other
systems. Reported by naddy@, input from naddy@ and guenther@.
"looks ok" guenther@, ok deraadt@
Note: riding the libc/libpthread major cranks earlier today.