arch_prctl.2: SYNOPSIS: Remove unused includes

AFAICS, there's no reason to include that.
All of the macros that this function uses
are already defined in the other headers.

Cc: glibc <libc-alpha@sourceware.org>
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-04-04 13:58:22 +02:00 committed by Michael Kerrisk
parent a9a96d8a5b
commit 149eb741d7
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ arch_prctl \- set architecture-specific thread state
.SH SYNOPSIS
.nf
.BR "#include <asm/prctl.h>" " /* Definition of " ARCH_* " constants */"
.B #include <sys/prctl.h>
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.PP