From: Alejandro Colomar Date: Sat, 12 Jun 2021 08:31:37 +0000 (+0200) Subject: umask.2: Remove X-Git-Tag: man-pages-5.12~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0df596de3f3456e86cc9bbecf7723f69e89cb39;p=thirdparty%2Fman-pages.git umask.2: Remove 'mode_t', which is the only reason this might have been ever needed, is provided by since POSIX.1-2001. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- diff --git a/man2/umask.2 b/man2/umask.2 index 857a106a5a..8a11c50e96 100644 --- a/man2/umask.2 +++ b/man2/umask.2 @@ -36,7 +36,6 @@ umask \- set file mode creation mask .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "mode_t umask(mode_t " mask );