]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/posix-process/signal: Add kernel definition of sigset_t
authorMichalis Pappas <michalis@unikraft.io>
Tue, 19 Mar 2024 10:25:43 +0000 (11:25 +0100)
committerUnikraft Bot <monkey@unikraft.io>
Wed, 26 Mar 2025 08:05:34 +0000 (08:05 +0000)
commit42798c043101db8f0d5950a8bac9ef00e06787cc
treecda6e445af6eb10aa3f3a2effb789f7bd8640722
parent3a5080ec97f0e5954daa21b58284b8f43f4a61a5
lib/posix-process/signal: Add kernel definition of sigset_t

POSIX specifies that sigset_t can be defined either as integer
type or a structure type. Add kernel definition of sigset_t to
avoid compilation errors caused by flavors of libc that use the
struct definition.

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/signal/sigset.h