From a56f7ab39439ab03700351fe63d15a405cf45754 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 6 Aug 2018 14:28:37 +0200 Subject: [PATCH] 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 Signed-off-by: Michael Kerrisk --- man2/statx.2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/man2/statx.2 b/man2/statx.2 index d6e50dc8f..7265d8ace 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -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),