]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/posix-process/signals: Add libc wrappers for POSIX sigsetops
authorMichalis Pappas <michalis@unikraft.io>
Mon, 24 Mar 2025 05:11:27 +0000 (06:11 +0100)
committerUnikraft Bot <monkey@unikraft.io>
Wed, 26 Mar 2025 08:05:34 +0000 (08:05 +0000)
commit1a124e61f3a0975975fe618be0f254246c92c63a
treec7e7814afe21f7e1e852493989a481b8c139f067
parent35e84836f8e934c6b163f4e1166b7a399940f119
lib/posix-process/signals: Add libc wrappers for POSIX sigsetops

Add libc wrappers for signal set operations. For more info
see sigsetops(3).

Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Ioan-Teodor Teugea <ioan_teodor.teugea@stud.acs.upb.ro>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Andrei Tatar <andrei@unikraft.io>
Approved-by: Andrei Tatar <andrei@unikraft.io>
GitHub-Closes: #1248
lib/posix-process/Makefile.uk
lib/posix-process/exportsyms.uk
lib/posix-process/signal/sigset.c [new file with mode: 0644]