libposix: drafted SIGCHLD management

This commit is contained in:
2017-05-23 00:27:50 +02:00
parent c27b2aa93b
commit e0610f6b71
7 changed files with 219 additions and 9 deletions

View File

@ -221,6 +221,10 @@ extern int libposix_define_signal(PosixSignals signal, int code);
extern int libposix_define_realtime_signals(int sigrtmin, int sigrtmax);
/* Enable SIGCHLD emulation
*/
extern int libposix_emulate_SIGCHLD(void);
/* Define of WCONTINUED, WNOHANG and WUNTRACED bit flags.
*
* Note that WCONTINUED and WUNTRACED are not yet supported by libposix