Files
swift-mirror/stdlib/public/Platform/posix_filesystem.apinotes
Saleem Abdulrasool 47f9d78990 ClangImporter: add support for Android API Notes
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
2024-06-28 13:24:04 -07:00

8 lines
121 B
Plaintext

---
Name: bionic
Functions:
- Name: fts_open
Parameters:
- Position: 0
Type: "char * const _Nullable * _Nonnull"