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 c6fe393 commit e9fc453Copy full SHA for e9fc453
Sources/_TestingInternals/include/Stubs.h
@@ -161,7 +161,7 @@ static sig_t swt_SIG_DFL(void) {
161
/// This function is provided because the nullability for `posix_spawn(3)` is
162
/// incorrectly specified in the Android NDK.
163
static int swt_posix_spawn(
164
- pid_t *pid, const char *path,
+ pid_t *_Nullable pid, const char *path,
165
const posix_spawn_file_actions_t _Nonnull *_Nullable fileActions,
166
const posix_spawnattr_t _Nonnull *_Nullable attrs,
167
char *const _Nullable argv[_Nonnull], char *const _Nullable env[_Nonnull]
0 commit comments