Closed razvanvirtan closed 2 years ago
The go runtime requires some symbols related to signals that are not currently defined in signal.h (after the uksignal support was added). Changes brought in this commit:
signal.h
siginfo_t
sigaltstack
ss_flags
Signed-off-by: Răzvan Vîrtan virtanrazvan@gmail.com
Approved-by: Razvan Deaconescu razvan.deaconescu@cs.pub.ro
The go runtime requires some symbols related to signals that are not currently defined in
signal.h
(after the uksignal support was added). Changes brought in this commit:siginfo_t
sigaltstack
(the stub implementation is added to uksignal in a separate pull request https://github.com/unikraft/unikraft/pull/301, part of the unikraft main repo)ss_flags
valuesSigned-off-by: Răzvan Vîrtan virtanrazvan@gmail.com