You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustix: enable rustix::thread::futex without linux-raw-sys
It's desirable to enable futex for some cases that will be
run on Android. The strategy is just to define the constants
needed by the libc ourselves, if libc doesn't provide the
necessary constant. Long-term, that could make the libc
backend only depend on libc.
0 commit comments