summaryrefslogtreecommitdiff
path: root/src/ucontext.rs
AgeCommit message (Collapse)Author
2019-06-09Add extra traits for all typesBryant Mairs
Derive Clone, Copy, Eq, Hash, and PartialEq for all types. Not all traits are supported by all types, which is why many are missing some.
2018-01-28Require Debug impls for all typesBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
cc #664 (unsure if this is everything needed)
2016-06-29musl target needs std::mem nowPhilipp Matthias Schaefer
2016-06-11Provide accessors to sigmask of UContext.Philipp Matthias Schaefer
2016-05-18Exclude UContext::get(),set() on musl, not available from libc.Justin Latimer
2016-03-14Add context module.Philipp Matthias Schaefer
The module wraps context handling related functions and structs.