From a0df596de3f3456e86cc9bbecf7723f69e89cb39 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:37 +0200 Subject: [PATCH] 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 --- man2/umask.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/umask.2 b/man2/umask.2 index 857a106a5..8a11c50e9 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 );