unbreak dragonfly build after nacl integration
this is the same problem as openbsd (#22792). without the patch, liblibc don't build.
This commit is contained in:
parent
2b27dfd30a
commit
a71da374df
1 changed files with 0 additions and 1 deletions
|
@ -1115,7 +1115,6 @@ pub mod types {
|
|||
pub mod posix88 {
|
||||
pub type off_t = i64;
|
||||
pub type dev_t = u32;
|
||||
pub type ino_t = u32;
|
||||
pub type pid_t = i32;
|
||||
pub type uid_t = u32;
|
||||
pub type gid_t = u32;
|
||||
|
|
Loading…
Add table
Reference in a new issue