glibc/dirent
Samuel Thibault 2c7bbfaf4e hurd: Fix dirfd symbol exposition from ftw
dirfd is XOPEN2K8 only, it should not be exposed along ftw which is earlier.

	* include/dirent.h (__dirfd): New declaration.
	* dirent/dirfd.c (dirfd): Rename to __dirfd, and redefine as weak
	alias.
	* sysdeps/posix/dirfd/dirfd.c (dirfd): Likewise.
	* sysdeps/mach/hurd/dirfd.c (dirfd): Likewise.
	* io/ftw.c (open_dir_stream, ftw_dir): Use __dirfd instead of dirfd.
2017-09-28 00:49:05 +02:00
..
alphasort64.c
alphasort.c
bug-readdir1.c
closedir.c
dirent.h
dirfd.c hurd: Fix dirfd symbol exposition from ftw 2017-09-28 00:49:05 +02:00
fdopendir.c
getdents64.c
getdents.c
list.c
Makefile
opendir-tst1.c Add missing header files throughout the testsuite. 2017-02-16 17:33:18 -05:00
opendir.c
readdir64_r.c
readdir64.c
readdir_r.c
readdir.c
rewinddir.c
scandir64-tail.c
scandir64.c
scandir-cancel.c
scandir-tail.c dirent: Remove internal_function attribute 2017-08-31 16:02:40 +02:00
scandir.c
scandirat64.c
scandirat.c
seekdir.c
telldir.c
tst-fdopendir2.c Add missing header files throughout the testsuite. 2017-02-16 17:33:18 -05:00
tst-fdopendir.c Add missing header files throughout the testsuite. 2017-02-16 17:33:18 -05:00
tst-scandir64.c
tst-scandir.c support: Prevent multiple deletion of temporary files 2017-05-08 16:20:40 +02:00
tst-seekdir.c
Versions
versionsort64.c
versionsort.c