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 8e2e0ee commit 824a928Copy full SHA for 824a928
src/libstd/sys/unix/c.rs
@@ -202,7 +202,7 @@ mod signal_os {
202
// support it. Android for AArch64 technically has a structure of a
203
// single ulong.
204
#[cfg(target_os = "android")]
205
- pub type sigset_t = libc::ulong;
+ pub type sigset_t = libc::c_ulong;
206
207
#[cfg(any(target_arch = "x86",
208
target_arch = "x86_64",
0 commit comments