Skip to content

Commit e317f10

Browse files
author
B I Mohammed Abbas
committed
Dirfd not yet available for vxworks
1 parent 7c876b0 commit e317f10

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ impl Drop for Dir {
857857
target_os = "espidf",
858858
target_os = "fuchsia",
859859
target_os = "horizon",
860+
target_os = "vxworks",
860861
)))]
861862
{
862863
let fd = unsafe { libc::dirfd(self.0) };

0 commit comments

Comments
 (0)