Skip to content

Commit bdf1eae

Browse files
committed
Horizon OS: dirfd unavailable
1 parent 79734f1 commit bdf1eae

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
@@ -860,6 +860,7 @@ impl Drop for Dir {
860860
target_os = "hurd",
861861
target_os = "espidf",
862862
target_os = "fuchsia",
863+
target_os = "horizon",
863864
)))]
864865
{
865866
let fd = unsafe { libc::dirfd(self.0) };

0 commit comments

Comments
 (0)