reverie/reverie-syscalls
Will Hughes c2df9c5b8c Add NanosleepFamily
Summary:
Add NanosleepFamily of syscalls, namely `nanosleep` and `clock_nanosleep`.

`nanosleep` can be transformed into `clock_nanosleep` by using clockid `CLOCK_REALTIME` and flags 0 (i.e., *not* `TIMER_ABSTIME`).

Reviewed By: johnhurt

Differential Revision: D35577747

fbshipit-source-id: 5925b083b4a49cdbfdff11117156d6366947d706
2022-04-12 12:36:22 -07:00
..
src Add NanosleepFamily 2022-04-12 12:36:22 -07:00
Cargo.toml rust: update serde_json to 1.0.79 and serde to 1.0.136 2022-04-10 23:39:55 -07:00