summaryrefslogtreecommitdiff
path: root/src/vxworks/aarch64.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-09-17 14:57:52 +0000
committerbors <bors@rust-lang.org>2019-09-17 14:57:52 +0000
commitb17f22d62f4cc6993f5dcfc568e981f23f13a2a7 (patch)
tree3ee84bb8eb75b58f1c6ebb499d0be43cb487debf /src/vxworks/aarch64.rs
parent49c1d138e3b4719e21ee7cbce7dd903543cda80d (diff)
parent676d9fb4201877f90875c8943defc23146c926e2 (diff)
downloadrust-libc-b17f22d62f4cc6993f5dcfc568e981f23f13a2a7.tar.gz
Auto merge of #1517 - Wind-River:master_rebase, r=gnzlbg
updates for vxworks fix problems found in testing VxWorks socket and epoll definitions needed by mio and related crates; epoll only supported in VxWorks kernel; just provide stub definitions for user mode for now Fixed usage of isize libc VxWorks cleanups and additions remove copyright notice
Diffstat (limited to 'src/vxworks/aarch64.rs')
-rw-r--r--src/vxworks/aarch64.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vxworks/aarch64.rs b/src/vxworks/aarch64.rs
index 577c8bef16..4032488b6c 100644
--- a/src/vxworks/aarch64.rs
+++ b/src/vxworks/aarch64.rs
@@ -1,3 +1,4 @@
pub type c_char = u8;
+pub type wchar_t = u32;
pub type c_long = i64;
pub type c_ulong = u64;