https://bugzilla.kernel.org/show_bug.cgi?id=31752 Summary: pipe(2) #include <fcntl.h> is missing for the pipe2() function Product: Documentation Version: unspecified Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: man-pages AssignedTo: documentation_man-pages@xxxxxxxxxxxxxxxxxxxx ReportedBy: sebastien.wilmet@xxxxxxxxx Regression: No Hello, As explained in the title, there is a missing #include for the pipe2() function in the manpage of pipe (section 2). Indeed, we have to include fcntl.h to be able to use the flags O_NONBLOCK or O_CLOEXEC. I use Fedora 14, so it's the release 3.25. But here [1] it's not fixed too. Best regards, SÃbastien [1] http://www.kernel.org/doc/man-pages/online/pages/man2/pipe.2.html -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.-- 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