We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc80bbb commit 740ac0cCopy full SHA for 740ac0c
src/vxworks/mod.rs
@@ -416,9 +416,10 @@ s_no_extra_traits! {
416
}
417
418
pub union sa_u_t {
419
- pub sa_handler : Option<unsafe extern "C" fn(::c_int) -> !>,
420
- pub sa_sigaction: Option<unsafe extern "C" fn(::c_int, *mut ::siginfo_t,
421
- *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,
422
+ *mut ::c_void) -> !>,
423
424
425
pub union sigval {
0 commit comments