-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
illumos systems have had pipe2(2) since bug 3714 integrated in 2013, so it is safe to expect and use that instead of pipe(2) plus a call to set flags on the fd. See also: https://www.illumos.org/issues/3714 While we have limited emulation of the BSD ioctl(FIONBIO) to make a file descriptor non-blocking, it does not appear to work exactly as the test suite expects. Instead, use fcntl(F_SETFL) to set O_NONBLOCK.
- Loading branch information
1 parent
1be481d
commit 0db49f6
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters