userfaultfd.2: Remove unused includes

<sys/types.h> makes no sense for a function that only uses 'int'.
The flags used by this function are provided by <fcntl.h>
(or others), but not by <linux/userfaultfd.h>.

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:39 +02:00 committed by Michael Kerrisk
parent 75ec634383
commit 6aaa1bc40b
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
userfaultfd \- create a file descriptor for handling page faults in user space
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.B #include <linux/userfaultfd.h>
.PP
.BI "int userfaultfd(int " flags );
.fi