You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the origin-program, origin-thread and origin-signal features with a single take-charge feature (#121)
* Split libc and linux_raw implementations for program into separate modules
* Replace the origin-program, origin-thread and origin-signal features with a single take-charge feature
If you enable one of them you will have to enable the others anyway as
you can't safely use libc anymore when you handle any of these things
behind it's back.
* Remove dependency on the memoffset crate
* Simplify cfg's for the arch code
The arch code is disabled when take-charge isn't enabled, so checking
for take-charge in the arch code is not necessary.
* Mention take-charge feature in the program doc comment
0 commit comments