Commit Graph

3 Commits

Author SHA1 Message Date
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
Saleem Abdulrasool
39fd9c1c6d Platform: correct posix_spawn API nullability
The `posix_spawn` API is not annotated appropriately for nullability.
Adjust the signature to allow proper usage with older NDKs.
2025-10-30 13:49:13 -07:00
Saleem Abdulrasool
c4f5831507 Platform: add APINotes for bionic.spawn
Add some APINotes for `bionic.spawn` to correct the nullability
annotations. This allows building Foundation with NDK r26b.
2025-02-27 21:09:23 -08:00