Allow `std` to depend on `syscall`
std
uses efficient locking implementations on targets supporting futex-like syscalls. This MR configures syscall
so that std
can depend on it to allow using the futex
syscall.
std
uses efficient locking implementations on targets supporting futex-like syscalls. This MR configures syscall
so that std
can depend on it to allow using the futex
syscall.