Next: readlink
, Previous: readdir
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
readdir_r
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/readdir_r.html
Gnulib module: extensions
Portability problems fixed by Gnulib:
readdir
.
_POSIX_PTHREAD_SEMANTICS
is not defined).
off_t
is a 32-bit type, this function may not
work correctly on huge directories 2 GiB and larger. Also, on platforms
where ino_t
is a 32-bit type, this function may report inode numbers
incorrectly. This can occur with file systems such as XFS (typically on
large disks) and NFS. See Large File Support.
Portability problems not fixed by Gnulib: