To make use of PIPE_BUF in an application one should include limits.h. Adding a reference to this inclusion. Signed-off-by: Elie De Brauwer <eliedebrauwer@xxxxxxxxx> --- man2/pipe.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/pipe.2 b/man2/pipe.2 index a5ed2ea..7f1a1d0 100644 --- a/man2/pipe.2 +++ b/man2/pipe.2 @@ -98,6 +98,10 @@ Writes of greater than bytes (see .BR pipe (7)) will be split into multiple packets. +The constant +.BR PIPE_BUF +is defined in +.IR <limits.h> . .IP * If a .BR read (2) -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html