Skip to content

Commit

Permalink
Fix ESP IDF build broken by #124210
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Apr 29, 2024
1 parent 5b1d58c commit fa6db4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/pal/unix/fs.rs
Expand Up @@ -893,6 +893,7 @@ impl Drop for Dir {
target_os = "nto",
target_os = "vita",
target_os = "hurd",
target_os = "espidf",
)))]
{
let fd = unsafe { libc::dirfd(self.0) };
Expand Down

0 comments on commit fa6db4c

Please sign in to comment.