Skip to content
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

Add support for pipe2() on Linux. #55

Closed
wants to merge 1 commit into from
Closed

Conversation

notroj
Copy link
Contributor

@notroj notroj commented May 10, 2024

* configure.in: Test for working pipe2().

* file_io/unix/pipe.c (file_pipe_create): Use pipe2(,O_NONBLOCK) if APR_FULL_NONBLOCK is requested.

* test/testpipe.c (nonblock_pipe): New test.

* configure.in: Test for working pipe2().

* file_io/unix/pipe.c (file_pipe_create): Use pipe2(,O_NONBLOCK) if
  APR_FULL_NONBLOCK is requested.

* test/testpipe.c (nonblock_pipe): New test.
@asfgit asfgit closed this in 639ad0b May 10, 2024
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.

1 participant