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 a1db97e commit 1ddf826Copy full SHA for 1ddf826
src/windows/gnu.rs
@@ -1,4 +1,4 @@
1
-pub type __p_sig_fn_t = usize;
+pub type __p_sig_fn_t = ::size_t;
2
3
pub const L_tmpnam: ::c_uint = 14;
4
pub const TMP_MAX: ::c_uint = 0x7fff;
src/windows/msvc.rs
-pub type _crt_signal_t = usize;
+pub type _crt_signal_t = ::size_t;
pub const L_tmpnam: ::c_uint = 260;
pub const TMP_MAX: ::c_uint = 0x7fff_ffff;
0 commit comments