kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
102 stars 41 forks source link

Optional signal mask save/restore #3

Closed kaniini closed 3 years ago

kaniini commented 6 years ago

It would be nice to optionally save/restore the signal mask.

But it would additionally be nice to make sure this only happens in code where signal masks are being mucked with.

Not sure what the best solution is for that.

kaniini commented 3 years ago

This is provided by libucontext_posix :)