summaryrefslogtreecommitdiff
path: root/src/unix/bsd/apple/b32.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/bsd/apple/b32.rs')
-rw-r--r--src/unix/bsd/apple/b32.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/bsd/apple/b32.rs b/src/unix/bsd/apple/b32.rs
index 33b87c9139..53fc0ae19d 100644
--- a/src/unix/bsd/apple/b32.rs
+++ b/src/unix/bsd/apple/b32.rs
@@ -2,6 +2,7 @@
pub type c_long = i32;
pub type c_ulong = u32;
+pub type boolean_t = ::c_int;
s! {
pub struct pthread_attr_t {