Skip to content

Commit 7398071

Browse files
committed
Rollup merge of #22931 - semarie:dragonfly-ino_t, r=alexcrichton
this is the same problem as openbsd (#22792). without the patch, liblibc don't build. @mneumann please comment. I have encountered this problem while building some rust libs with `target=x86_64-unknown-dragonfly` (while working on #22794)
2 parents d9b352f + a71da37 commit 7398071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liblibc/lib.rs

-1
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)