mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Introduce the first APINotes injection for the Android platform. This follows the VCRuntime pattern of permitting the SDK to provide API Notes that augment the system SDK. This adds a workaround for incorrect nullability on the `fts_open` function in bionic. The system library itself is fixed at: https://android-review.googlesource.com/c/platform/bionic/+/3151616
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
---
|
|
Name: bionic
|
|
Functions:
|
|
- Name: fts_open
|
|
Parameters:
|
|
- Position: 0
|
|
Type: "char * const _Nullable * _Nonnull"
|