Skip to content

Commit 04ab94d

Browse files
committed
Platform: correct posix_file_actions_init on Android
Adjust the API annotations to get this imported into Swift properly. The outer pointer may be `nullptr`, but the inner pointer may not.
1 parent 39fd9c1 commit 04ab94d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/Platform/spawn.apinotes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ Functions:
1111
Type: "const posix_spawn_file_actions_t _Nonnull * _Nullable"
1212
- Position: 3
1313
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)