Skip to content

Commit fc7023c

Browse files
committed
Add _Null_unspecified
1 parent e9fc453 commit fc7023c

File tree

1 file changed

+1
-1
lines changed
  • Sources/_TestingInternals/include

1 file changed

+1
-1
lines changed

Sources/_TestingInternals/include/Stubs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static int swt_siginfo_t_si_status(siginfo_t siginfo) {
151151
///
152152
/// This function is provided because `SIG_DFL` is a complex macro on some
153153
/// platforms and cannot be imported directly into Swift.
154-
static sig_t swt_SIG_DFL(void) {
154+
static sig_t _Null_unspecified swt_SIG_DFL(void) {
155155
return SIG_DFL;
156156
}
157157

0 commit comments

Comments
 (0)