open_by_handle_at.2: Remove unused <sys/stat.h>

AFAICS, all types and constants used by these functions are
defined in <fcntl.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-04-23 11:52:19 +02:00 committed by Michael Kerrisk
parent eb2b1b990d
commit a484b43bde
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ for a pathname and open file via a handle
.SH SYNOPSIS
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/stat.h>
.B #include <fcntl.h>
.PP
.BI "int name_to_handle_at(int " dirfd ", const char *" pathname ,