statx.2: statx() now has a glibc wrapper; remove mention of syscall(2)

The glibc wrapper was added in glibc 2.28

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Tobias Klauser 2018-08-06 14:28:37 +02:00 committed by Michael Kerrisk
parent cf21daa8f4
commit a56f7ab394
1 changed files with 0 additions and 9 deletions

View File

@ -42,10 +42,6 @@ statx \- get file status (extended)
.BI " unsigned int " mask ", struct statx *" statxbuf );
.fi
.PP
.IR Note :
There is no glibc wrapper for
.BR statx ();
see NOTES.
.SH DESCRIPTION
.PP
This function returns information about a file, storing it in the buffer
@ -529,11 +525,6 @@ was added to Linux in kernel 4.11; library support was added in glibc 2.28.
.SH CONFORMING TO
.BR statx ()
is Linux-specific.
.SH NOTES
Glibc does not (yet) provide a wrapper for the
.BR statx ()
system call; call it using
.BR syscall (2).
.SH SEE ALSO
.BR ls (1),
.BR stat (1),