Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

al45tair
Copy link
Contributor

@al45tair al45tair commented Oct 4, 2024

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.

…nsChdir.

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 swiftlang#5089.
@al45tair
Copy link
Contributor Author

al45tair commented Oct 4, 2024

@swift-ci Please test Linux platform

@al45tair
Copy link
Contributor Author

al45tair commented Oct 4, 2024

@swift-ci Please test Windows platform

@parkera
Copy link
Contributor

parkera commented Oct 4, 2024

Thanks @al45tair

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot find 'URLRequest' in scope when building with the Static Linux SDK
3 participants