Skip to content

Commit a71da37

Browse files
committed
unbreak dragonfly build after nacl integration
this is the same problem as openbsd (rust-lang#22792). without the patch, liblibc don't build.
1 parent 2b27dfd commit a71da37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liblibc/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,6 @@ pub mod types {
11151115
pub mod posix88 {
11161116
pub type off_t = i64;
11171117
pub type dev_t = u32;
1118-
pub type ino_t = u32;
11191118
pub type pid_t = i32;
11201119
pub type uid_t = u32;
11211120
pub type gid_t = u32;

0 commit comments

Comments
 (0)