Skip to content

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