summaryrefslogtreecommitdiffstats
path: root/vendor/libc/src/unix/newlib/arm/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libc/src/unix/newlib/arm/mod.rs')
-rw-r--r--vendor/libc/src/unix/newlib/arm/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/libc/src/unix/newlib/arm/mod.rs b/vendor/libc/src/unix/newlib/arm/mod.rs
index f644349cb..23b75977e 100644
--- a/vendor/libc/src/unix/newlib/arm/mod.rs
+++ b/vendor/libc/src/unix/newlib/arm/mod.rs
@@ -53,4 +53,4 @@ pub const MSG_WAITALL: ::c_int = 0;
pub const MSG_MORE: ::c_int = 0;
pub const MSG_NOSIGNAL: ::c_int = 0;
-pub use crate::unix::newlib::generic::{sigset_t, stat};
+pub use crate::unix::newlib::generic::{dirent, sigset_t, stat};