Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdf1eae

Browse files
committedMay 3, 2024
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‎

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.