mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Adjust the API annotations to get this imported into Swift properly. The outer pointer may be `nullptr`, but the inner pointer may not.
18 lines
455 B
Plaintext
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"
|