aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unix/newlib/aarch64/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/unix/newlib/aarch64/mod.rs')
-rw-r--r--libc/src/unix/newlib/aarch64/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/src/unix/newlib/aarch64/mod.rs b/libc/src/unix/newlib/aarch64/mod.rs
new file mode 100644
index 0000000..96f381a
--- /dev/null
+++ b/libc/src/unix/newlib/aarch64/mod.rs
@@ -0,0 +1,5 @@
+pub type c_char = u8;
+pub type wchar_t = u32;
+
+pub type c_long = i64;
+pub type c_ulong = u64;