summaryrefslogtreecommitdiff
path: root/src/limits/PIPE_BUF.c
blob: 0924a70f99731d6f45177873c986f6821d29d4be (plain)
1
2
3
4
5
6
7
8
#include <limits.h>
/* #undef PIPE_BUF */
/* MIN: _POSIX_PIPE_BUF */
/* CHECK: pathconf */
/** maximum number of bytes guranteed to be atomic writing to a pipe **/
/*
POSIX(1)
*/