diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-31 20:49:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 20:49:28 +0000 |
commit | ee0543f126f2161302ab375dd657d3ef8b423f8a (patch) | |
tree | 8320ed7191a77a3a1c3cda640103c2ca55f763af /src/sys/timerfd.rs | |
parent | b5a23c775c881b8dc5a621b2ba6c960a7498ed62 (diff) | |
parent | 77febe0e6b4e144992ea1b26ae1b9b45b746d970 (diff) | |
parent | d74bbe6539670bfadb35def25a43d0f34c2a32e4 (diff) | |
download | nix-ee0543f126f2161302ab375dd657d3ef8b423f8a.zip |
Merge #1622 #1623
1622: Introduce `timer_*` support r=asomers a=blt
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this patch isn't too far off.
Resolves #1424
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
1623: Remove cc dependency on DragonFly r=asomers a=rtzoeller
f5ee22db489f78b9c003ef60b7ad1b837503bc4a removed the need for this dependency.
Co-authored-by: Brian L. Troutwine <brian@troutwine.us>
Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>