rust/library/std
Maarten de Vries 695b048aec Disable use of accept4 on x86 Android.
On x86 before Linux 4.3, accept4 is not a separate syscall.
Instead, it can be called using `socketcall(SYS_ACCEPT4, ...).
Rather than implementing that here, just fall back to `accept`.
2021-02-24 13:37:27 +01:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Disable use of accept4 on x86 Android. 2021-02-24 13:37:27 +01:00
tests Fix SGX CI, take 3 2020-12-07 15:22:34 +01:00
build.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
Cargo.toml Update compiler_builtins to 0.1.39 2021-01-07 16:16:36 +09:00