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 e9fc453 commit fc7023cCopy full SHA for fc7023c
Sources/_TestingInternals/include/Stubs.h
@@ -151,7 +151,7 @@ static int swt_siginfo_t_si_status(siginfo_t siginfo) {
151
///
152
/// This function is provided because `SIG_DFL` is a complex macro on some
153
/// platforms and cannot be imported directly into Swift.
154
-static sig_t swt_SIG_DFL(void) {
+static sig_t _Null_unspecified swt_SIG_DFL(void) {
155
return SIG_DFL;
156
}
157
0 commit comments