Skip to content

Commit e50f3db

Browse files
authored
Merge pull request #85223 from compnerd/spawn
Platform: correct `posix_spawn` API nullability
2 parents 382529c + 04ab94d commit e50f3db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

stdlib/public/Platform/spawn.apinotes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ Functions:
55
Parameters:
66
- Position: 0
77
Type: "posix_spawnattr_t _Nullable * _Nonnull"
8+
- Name: posix_spawn
9+
Parameters:
10+
- Position: 2
11+
Type: "const posix_spawn_file_actions_t _Nonnull * _Nullable"
12+
- Position: 3
13+
Type: "const posix_spawnattr_t _Nonnull * _Nullable"
14+
- Name: posix_spawn_file_actions_init
15+
Parameters:
16+
- Position: 0
17+
Type: "posix_spawn_file_actions_t _Nullable * _Nonnull"

0 commit comments

Comments
 (0)