summaryrefslogtreecommitdiff
path: root/src/vxworks/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vxworks/mod.rs')
-rwxr-xr-xsrc/vxworks/mod.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/vxworks/mod.rs b/src/vxworks/mod.rs
index bb931b713f..cc7525c31c 100755
--- a/src/vxworks/mod.rs
+++ b/src/vxworks/mod.rs
@@ -416,9 +416,10 @@ s_no_extra_traits! {
}
pub union sa_u_t {
- pub sa_handler : Option<unsafe extern "C" fn(::c_int) -> !>,
- pub sa_sigaction: Option<unsafe extern "C" fn(::c_int, *mut ::siginfo_t,
- *mut ::c_void) -> !>,
+ pub sa_handler : ::Option<unsafe extern "C" fn(::c_int) -> !>,
+ pub sa_sigaction: ::Option<unsafe extern "C" fn(::c_int,
+ *mut ::siginfo_t,
+ *mut ::c_void) -> !>,
}
pub union sigval {