Skip to content

Add support for pipe2 API. NFC#26480

Merged
sbc100 merged 1 commit intoemscripten-core:mainfrom
sbc100:pipe2
Mar 18, 2026
Merged

Add support for pipe2 API. NFC#26480
sbc100 merged 1 commit intoemscripten-core:mainfrom
sbc100:pipe2

Conversation

@sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Mar 18, 2026

Becuase we support pipe already we already support the flags=0 version of pipe2.

Simply deleting the definition of SYS_pipe musl will use __syscall_pipe2 for both pipe and pipe2.

See #14824 (this doesn't fix the issue but works around the specific instance of it).

Becuase we support pipe already we already support the flags=0 version
of pipe2.

Simply deleting the definition of `SYS_pipe` musl will use
`__syscall_pipe2` for both `pipe` and `pipe2`.

See emscripten-core#14824 (this doesn't fix the issue but works around the specific
instance of it).
@sbc100 sbc100 merged commit 8097250 into emscripten-core:main Mar 18, 2026
38 checks passed
@sbc100 sbc100 deleted the pipe2 branch March 18, 2026 16:18
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.

2 participants