aboutsummaryrefslogtreecommitdiff
path: root/src/unix/hurd/b32.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/hurd/b32.rs')
-rw-r--r--src/unix/hurd/b32.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unix/hurd/b32.rs b/src/unix/hurd/b32.rs
index 7e83ed93..7e82a91d 100644
--- a/src/unix/hurd/b32.rs
+++ b/src/unix/hurd/b32.rs
@@ -25,6 +25,8 @@ pub type __ulong32_type = ::c_ulong;
pub type __s64_type = ::__int64_t;
pub type __u64_type = ::__uint64_t;
+pub type __ipc_pid_t = ::c_ushort;
+
pub type Elf32_Half = u16;
pub type Elf32_Word = u32;
pub type Elf32_Off = u32;