rust/library/std/src/sys
Adam Reichold 6672f7be03 Memoize the I/O vector count limit
Keep the I/O vector count limit in a `SyncOnceCell` to avoid the overhead of
repeatedly calling `sysconf` as these limits are guaranteed to not change during
the lifetime of a process by POSIX.
2020-08-05 16:57:02 +02:00
..
cloudabi mv std libs to library/ 2020-07-27 19:51:13 -05:00
hermit mv std libs to library/ 2020-07-27 19:51:13 -05:00
sgx mv std libs to library/ 2020-07-27 19:51:13 -05:00
unix Memoize the I/O vector count limit 2020-08-05 16:57:02 +02:00
unsupported mv std libs to library/ 2020-07-27 19:51:13 -05:00
vxworks mv std libs to library/ 2020-07-27 19:51:13 -05:00
wasi Fix std::fs::File::metadata permission on WASI target 2020-07-31 09:01:16 +00:00
wasm Update stdarch submodule 2020-07-28 09:41:09 -07:00
windows mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00