mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
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:
@@ -1115,7 +1115,6 @@ pub mod c99 {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user