Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* file_io/unix/pipe.c (file_pipe_create): Use pipe2(,O_NONBLOCK) by
default unless APR_FULL_BLOCK was used; unconditionally set the blocking state later. Saves two syscalls per invocation for both APR_READ_BLOCK and APR_WRITE_BLOCK, no [intended] functional change. Github: closes #56 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1918258 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information