Skip to content

Support: unwrap storage for parameter to pipe #703

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
Sep 17, 2024

Conversation

compnerd
Copy link
Member

Android declares pipe as:

int pipe(int __fds[_Nonnull 2]);

Ensure that we unwrap the storage before we pass along the parameter to the syscall. This repairs the build for Android.

Android declares pipe as:

```
int pipe(int __fds[_Nonnull 2]);
```

Ensure that we unwrap the storage before we pass along the parameter to
the syscall. This repairs the build for Android.
@compnerd
Copy link
Member Author

@swift-ci please test

@grynspan grynspan added bug 🪲 Something isn't working android 🤖 Android support labels Sep 17, 2024
@grynspan grynspan added this to the Swift 6.1 milestone Sep 17, 2024
@grynspan grynspan merged commit 260faee into swiftlang:main Sep 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android 🤖 Android support bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants