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.
2 parents 382529c + 04ab94d commit e50f3dbCopy full SHA for e50f3db
stdlib/public/Platform/spawn.apinotes
@@ -5,3 +5,13 @@ Functions:
5
Parameters:
6
- Position: 0
7
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
16
+ - Position: 0
17
+ Type: "posix_spawn_file_actions_t _Nullable * _Nonnull"
0 commit comments