Skip to content

Commit

Permalink
unbreak dragonfly build after nacl integration
Browse files Browse the repository at this point in the history
this is the same problem as openbsd (#22792).

without the patch, liblibc don't build.
  • Loading branch information
semarie committed Mar 1, 2015
1 parent 2b27dfd commit a71da37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/liblibc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a71da37

Please sign in to comment.