swiftlang / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.29k stars 1.13k forks source link

[Musl] Add missing autolink arguments, fix CFPosixSpawnFileActionsChdir. #5097

Closed al45tair closed 1 month ago

al45tair commented 1 month ago

We need a handful more autolink arguments; these were in a previous PR, but seem to have gone missing at some point during the re-core.

Additionally, Musl has the posix_spawn_file_actions_addchdir_np() function rather than the non-_np() version.

Fixes #5089.

al45tair commented 1 month ago

@swift-ci Please test Linux platform

al45tair commented 1 month ago

@swift-ci Please test Windows platform

parkera commented 1 month ago

Thanks @al45tair