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 70445ed commit bf16ee8Copy full SHA for bf16ee8
src/windows/gnu.rs
@@ -22,8 +22,8 @@ pub const NSIG: ::c_int = 23;
22
pub const SIG_ERR: ::c_int = -1;
23
24
extern {
25
- pub fn signal(signum: c_int, handler: __p_sig_fn_t) -> __p_sig_fn_t;
26
- pub fn raise(signum: c_int) -> c_int;
+ pub fn signal(signum: ::c_int, handler: __p_sig_fn_t) -> __p_sig_fn_t;
+ pub fn raise(signum: ::c_int) -> ::c_int;
27
pub fn strcasecmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int;
28
pub fn strncasecmp(s1: *const ::c_char, s2: *const ::c_char,
29
n: ::size_t) -> ::c_int;
0 commit comments