Fix ESP IDF build broken by #124210
This commit is contained in:
parent
5b1d58c9e2
commit
fa6db4c428
@ -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) };
|
||||
|
Loading…
x
Reference in New Issue
Block a user