Using 'Option' with ::
This commit is contained in:
parent
fc80bbbf98
commit
740ac0c2d0
@ -416,8 +416,9 @@ 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,
|
||||
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) -> !>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user