One needs to #include <signal.h> to get the definition of the type (sigset_t) of the mask argument to ppoll(). Signed-off-by: Rasmus Villemoes <rv@xxxxxxxxxxxxxxxxxx> --- man2/poll.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/poll.2 b/man2/poll.2 index f034001..4967869 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -38,6 +38,7 @@ poll, ppoll \- wait for some event on a file descriptor .BI "int poll(struct pollfd *" fds ", nfds_t " nfds ", int " timeout ); .sp .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" +.B #include <signal.h> .B #include <poll.h> .sp .BI "int ppoll(struct pollfd *" fds ", nfds_t " nfds ", " -- 1.9.2 -- 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