mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
d34189fda6
Summary: From the changelog: - Added `SysnoSet` for constructing sets of syscalls. It uses a bitset under the hood and provides constant-time lookup and insertion of `Sysno`s. - Fixed `Sysno::len()` returning the wrong value for architectures with large syscall offsets. - Deprecated `Sysno::len()`. Use `Sysno::table_size()` instead. This will be removed in the next major version. Differential Revision: D37556871 fbshipit-source-id: a287f2146a0776e6f0459a08b43a1d5a92bb6176 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |