aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-pathconf.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar1-0/+176
Fixes BZ #12723 The variable pipe buffer size does nothing to the value of PIPE_BUF, since the number of bytes that are atomically written is still PIPE_BUF on Linux.