We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf2b93 commit 792b498Copy full SHA for 792b498
library/std/src/sys/pal/unix/fs.rs
@@ -1337,6 +1337,7 @@ impl File {
1337
// Redox doesn't appear to support `UTIME_OMIT`.
1338
// ESP-IDF and HorizonOS do not support `futimens` at all and the behavior for those OS is therefore
1339
// the same as for Redox.
1340
+ // `futimens` and `UTIME_OMIT` are a work in progress for vxworks.
1341
let _ = times;
1342
Err(io::const_io_error!(
1343
io::ErrorKind::Unsupported,
0 commit comments