diff options
Diffstat (limited to 'libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64')
-rw-r--r-- | libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs b/libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs deleted file mode 100644 index b07c476..0000000 --- a/libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ -pub type c_long = i64; -pub type c_ulong = u64; |