You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: signal-hook-registry/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ impl Slot {
181
181
182
182
#[cfg(target_os = "nto")]
183
183
let flags = 0;
184
-
// SA_RESTART is supported by qnx https://www.qnx.com/support/knowledgebase.html?id=50130000000SmiD
184
+
// SA_RESTART is not supported by qnx https://www.qnx.com/support/knowledgebase.html?id=50130000000SmiD
185
185
#[cfg(not(target_os = "nto"))]
186
186
let flags = libc::SA_RESTART;
187
187
// Android is broken and uses different int types than the rest (and different depending on
0 commit comments