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 e578cc1 commit 27c07a5Copy full SHA for 27c07a5
signal-hook-registry/src/lib.rs
@@ -177,7 +177,7 @@ impl Slot {
177
//
178
// See #169.
179
180
- new.sa_sigaction = handler as usize; // If it doesn't compile on AIX, upgrade the libc dependency
+ new.sa_sigaction = handler as *const () as usize; // If it doesn't compile on AIX, upgrade the libc dependency
181
182
#[cfg(target_os = "nto")]
183
let flags = 0;
0 commit comments