Skip to content

Allow `std` to depend on `syscall`

joboet1 requested to merge joboet1/syscall:dep_of_std into master

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.

Merge request reports