summaryrefslogtreecommitdiff
path: root/lib/pipe2.c
Commit message (Expand)AuthorAgeFilesLines
* fcntl-h: define O_CLOEXEC and O_EXEC if not defined; use new definesPaul Eggert2010-09-101-7/+0
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-15/+15
* dup2, pipe2: fix some recent test failures on cygwin 1.5.xEric Blake2009-08-241-0/+2
* Avoid running into nonexistent system calls repeatedly.Bruno Haible2009-08-241-3/+12
* Tolerate declared but missing pipe2 syscall.Bruno Haible2009-08-241-0/+11
* Move #ifs inside function.Bruno Haible2009-08-241-11/+15
* Oops, fix last commit.Bruno Haible2009-08-231-2/+8
* Support O_TEXT, O_BINARY on all platforms.Bruno Haible2009-08-231-1/+8
* Fix test of fcntl's return value.Bruno Haible2009-08-231-4/+4
* New module 'pipe2'.Bruno Haible2009-08-221-0/+102