From cb39828ecd7ea5d2eac3076ad3dd1b6ef05e10d3 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 26 Mar 2017 17:07:34 -0700 Subject: Import subrepo libc/:libc at 05a2d197356ef253dfd985166576619ac9b6947f --- libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs (limited to 'libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs') diff --git a/libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs b/libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs new file mode 100644 index 0000000..b07c476 --- /dev/null +++ b/libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs @@ -0,0 +1,2 @@ +pub type c_long = i64; +pub type c_ulong = u64; -- cgit v1.2.1