umask.2: Remove <sys/types.h>
commita0df596de3f3456e86cc9bbecf7723f69e89cb39
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 12 Jun 2021 08:31:37 +0000 (12 10:31 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 20 Jun 2021 02:43:43 +0000 (20 14:43 +1200)
tree851879069a3b201f6fb00394937092bb76851aba
parent321752842f8628caf701be927cf8d34678dbc217
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>
man2/umask.2