unikraft / lib-musl

musl: A C standard library
Other
8 stars 27 forks source link

Config.uk: Add `uksignal` dependency for `LIBMUSL_SIGNAL` #68

Closed eduardvintila closed 1 year ago

eduardvintila commented 1 year ago

uksignal should be selected automatically when LIBMUSL_SIGNAL is enabled, since it relies on underlying syscalls to be implemented by the kernel.

Without it, we may run into issues such as this one, where SIG_ERROR is returned when calling signal() and uksignal is disabled.