Closed sunfishcode closed 1 year ago
Mustang now has a minimal sigaction implementation which is enough for SIG_IGN and SIG_DFL handlers, but doesn't yet work for user callback functions.
sigaction
SIG_IGN
SIG_DFL
User callback functions will require figuring out the sigreturn mechanism and signal masks.
Mustang now has a minimal
sigaction
implementation which is enough forSIG_IGN
andSIG_DFL
handlers, but doesn't yet work for user callback functions.User callback functions will require figuring out the sigreturn mechanism and signal masks.