diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-07-29 21:02:46 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-07-29 21:02:46 +0200 |
commit | b8b3d5a14e9d6248f8d78958c497eea0a684c939 (patch) | |
tree | 1449ad0591d2c322ec32282700778486f78b681c /manual/filesys.texi | |
parent | 354e4c1adddb1da19c1043e3e5db61ee2148d912 (diff) | |
download | glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.tar.gz glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.tar.xz glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.zip |
Linux: Move getdents64 to <dirent.h>
This matches the location of the declaration in musl. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r-- | manual/filesys.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index 513319418a..d31dbb24b4 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 |