umask.2: Remove <sys/types.h>

'mode_t', which is the only reason this might have been ever
needed, is provided by <sys/stat.h> since POSIX.1-2001.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-06-12 10:31:37 +02:00 committed by Michael Kerrisk
parent 321752842f
commit a0df596de3
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
umask \- set file mode creation mask
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.B #include <sys/stat.h>
.PP
.BI "mode_t umask(mode_t " mask );