aboutsummaryrefslogtreecommitdiff
path: root/src/unix/hurd/b64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/hurd/b64.rs')
-rw-r--r--src/unix/hurd/b64.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unix/hurd/b64.rs b/src/unix/hurd/b64.rs
index 3b171f10..e2e502af 100644
--- a/src/unix/hurd/b64.rs
+++ b/src/unix/hurd/b64.rs
@@ -25,6 +25,8 @@ pub type __ulong32_type = ::c_uint;
pub type __s64_type = ::c_long;
pub type __u64_type = ::c_ulong;
+pub type __ipc_pid_t = ::c_int;
+
pub type Elf64_Half = u16;
pub type Elf64_Word = u32;
pub type Elf64_Off = u64;