rust/library/std/src/sys
Josh Triplett 3da17293e7 Don't fall back to futimes on Android; it needs a newer API level than futimens
Just return `io::ErrorKind::Unsupported` instead.
2022-07-15 02:54:06 -07:00
..
common resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
hermit remove unneeded code 2022-06-08 15:35:49 +02:00
itron Use Drop instead of destroy() for locks. 2022-06-03 16:45:47 +02:00
sgx Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
solid Use Drop instead of destroy() for locks. 2022-06-03 16:45:47 +02:00
unix Don't fall back to futimes on Android; it needs a newer API level than futimens 2022-07-15 02:54:06 -07:00
unsupported Support setting file accessed/modified timestamps 2022-07-15 02:54:06 -07:00
wasi Support setting file accessed/modified timestamps 2022-07-15 02:54:06 -07:00
wasm Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
windows Return an error if trying to set a file timestamp to 0 on Windows 2022-07-15 02:54:06 -07:00
mod.rs Use target_family = "wasm" 2021-11-10 08:35:42 -08:00