From b8b3d5a14e9d6248f8d78958c497eea0a684c939 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 29 Jul 2019 21:02:46 +0200 Subject: Linux: Move getdents64 to This matches the location of the declaration in musl. Reviewed-by: Carlos O'Donell --- manual/filesys.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/filesys.texi b/manual/filesys.texi index 5133194..d31dbb2 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -843,7 +843,7 @@ Directory data is obtained from a file descriptor, as created by the @xref{Opening and Closing Files}. @deftypefun ssize_t getdents64 (int @var{fd}, void *@var{buffer}, size_t @var{length}) -@standards{Linux, unistd.h} +@standards{Linux, dirent.h} @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} The @code{getdents64} function reads at most @var{length} bytes of directory entry data from the file descriptor @var{fd} and stores it -- cgit v1.1