aboutsummaryrefslogtreecommitdiff
path: root/dirent/dirent.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-07-29 21:02:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-07-29 21:02:46 +0200
commitb8b3d5a14e9d6248f8d78958c497eea0a684c939 (patch)
tree1449ad0591d2c322ec32282700778486f78b681c /dirent/dirent.h
parent354e4c1adddb1da19c1043e3e5db61ee2148d912 (diff)
downloadglibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.zip
glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.tar.gz
glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.tar.bz2
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 'dirent/dirent.h')
-rw-r--r--dirent/dirent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dirent/dirent.h b/dirent/dirent.h
index fc4d485..d4650db 100644
--- a/dirent/dirent.h
+++ b/dirent/dirent.h
@@ -401,4 +401,6 @@ extern int versionsort64 (const struct dirent64 **__e1,
__END_DECLS
+#include <bits/dirent_ext.h>
+
#endif /* dirent.h */