Add CONFIG_LIBPOSIX_PROCESS_SIGNALS to enable POSIX signals.
If that option is not enabled, the implementation will fall
back to stubs.
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
endif
+config LIBPOSIX_PROCESS_SIGNAL
+ bool "POSIX signals (EXPERIMENTAL)"
+ select LIBPOSIX_PROCESS_PIDS
+ select LIBSYSCALL_SHIM
+
config LIBPOSIX_PROCESS_CLONE
bool "clone() system call"
select LIBPOSIX_PROCESS_PIDS