Skip to content

WIP: Implement System V signal handling functions and siginterrupt()

schyrsivochter requested to merge Schyrsivochter/relibc:signals into master

This implements the SysV signal handling functions sigset(), sigignore(), sighold(), and sigrelse(), as well as siginterrupt().

For sigset(), the constant SIG_HOLD had to be defined; glibc source says its value is 2.

Merge request reports