about summary refs log tree commit diff
path: root/dirent/Makefile
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/Makefile
parent354e4c1adddb1da19c1043e3e5db61ee2148d912 (diff)
downloadglibc-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 'dirent/Makefile')
-rw-r--r--dirent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirent/Makefile b/dirent/Makefile
index b002214c3d..144e448b3d 100644
--- a/dirent/Makefile
+++ b/dirent/Makefile
@@ -22,7 +22,7 @@ subdir		:= dirent
 
 include ../Makeconfig
 
-headers		:= dirent.h bits/dirent.h
+headers		:= dirent.h bits/dirent.h bits/dirent_ext.h
 routines	:= opendir closedir readdir readdir_r rewinddir \
 		   seekdir telldir scandir alphasort versionsort \
 		   getdents getdents64 dirfd readdir64 readdir64_r scandir64 \