diff options
Diffstat (limited to 'libc/src/unix/bsd/netbsdlike/netbsd/other/b32')
-rw-r--r-- | libc/src/unix/bsd/netbsdlike/netbsd/other/b32/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/src/unix/bsd/netbsdlike/netbsd/other/b32/mod.rs b/libc/src/unix/bsd/netbsdlike/netbsd/other/b32/mod.rs new file mode 100644 index 0000000..9b0b338 --- /dev/null +++ b/libc/src/unix/bsd/netbsdlike/netbsd/other/b32/mod.rs @@ -0,0 +1,2 @@ +pub type c_long = i32; +pub type c_ulong = u32; |