Skip to content

Commit 792b498

Browse files
author
B I Mohammed Abbas
committed
Added comments for setitimes not supported in vxworks
1 parent 9cf2b93 commit 792b498

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+1
-0
lines changed

library/std/src/sys/pal/unix/fs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,7 @@ impl File {
13371337
// Redox doesn't appear to support `UTIME_OMIT`.
13381338
// ESP-IDF and HorizonOS do not support `futimens` at all and the behavior for those OS is therefore
13391339
// the same as for Redox.
1340+
// `futimens` and `UTIME_OMIT` are a work in progress for vxworks.
13401341
let _ = times;
13411342
Err(io::const_io_error!(
13421343
io::ErrorKind::Unsupported,

0 commit comments

Comments
 (0)