We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79d195b + c72c68c commit 90cb774Copy full SHA for 90cb774
src/unix/hurd/b32.rs
@@ -25,6 +25,8 @@ pub type __ulong32_type = ::c_ulong;
25
pub type __s64_type = ::__int64_t;
26
pub type __u64_type = ::__uint64_t;
27
28
+pub type __ipc_pid_t = ::c_ushort;
29
+
30
pub type Elf32_Half = u16;
31
pub type Elf32_Word = u32;
32
pub type Elf32_Off = u32;
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;
0 commit comments