Files
swift-mirror/stdlib/public/Platform/spawn.apinotes
Saleem Abdulrasool 04ab94d4cf 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.
2025-10-30 13:49:25 -07:00

18 lines
455 B
Plaintext

---
Name: bionic
Functions:
- Name: posix_spawnattr_init
Parameters:
- Position: 0
Type: "posix_spawnattr_t _Nullable * _Nonnull"
- Name: posix_spawn
Parameters:
- Position: 2
Type: "const posix_spawn_file_actions_t _Nonnull * _Nullable"
- Position: 3
Type: "const posix_spawnattr_t _Nonnull * _Nullable"
- Name: posix_spawn_file_actions_init
Parameters:
- Position: 0
Type: "posix_spawn_file_actions_t _Nullable * _Nonnull"