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

The types that need <sys/types.h> are better documented in
system_data_types(7).  Let's keep only the includes for the
prototypes and the constants.

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:44 +02:00 committed by Michael Kerrisk
parent 3afef2975a
commit be26e6997a
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@
wait, waitpid, waitid \- wait for process to change state
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.B #include <sys/wait.h>
.PP
.BI "pid_t wait(int *" "wstatus" );