Remove PIPE_BUF Linux-specific code
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 7 Mar 2013 06:45:08 +0000 (12:15 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 7 Mar 2013 06:45:08 +0000 (12:15 +0530)
commitadbb8027be47b3295367019b2f45863ea3d6c727
treecf38120198fca9e5ac227d8404e97fe38bcd6b30
parent87bd9bc4bd2a49a441bb9ba744c9ddb0c9434823
Remove PIPE_BUF Linux-specific code

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.
ChangeLog
NEWS
posix/Makefile
posix/tst-pathconf.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/fpathconf.c
sysdeps/unix/sysv/linux/pathconf.c