Skip to content

Commit e9fc453

Browse files
committed
Add nullable
1 parent c6fe393 commit e9fc453

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
@@ -161,7 +161,7 @@ static sig_t swt_SIG_DFL(void) {
161161
/// This function is provided because the nullability for `posix_spawn(3)` is
162162
/// incorrectly specified in the Android NDK.
163163
static int swt_posix_spawn(
164-
pid_t *pid, const char *path,
164+
pid_t *_Nullable pid, const char *path,
165165
const posix_spawn_file_actions_t _Nonnull *_Nullable fileActions,
166166
const posix_spawnattr_t _Nonnull *_Nullable attrs,
167167
char *const _Nullable argv[_Nonnull], char *const _Nullable env[_Nonnull]

0 commit comments

Comments
 (0)