Skip to content
Snippets Groups Projects

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

Closed 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading