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
..
2017-05-20 19:04:43 -04:00
2002-02-07 17:54:45 +00:00
2007-02-21 09:36:46 +00:00
2017-09-04 13:38:51 -07:00
2017-08-31 18:52:00 +02:00
2003-11-07 23:00:00 +00:00
2017-09-04 13:38:51 -07:00
2017-09-17 21:57:39 +02:00
2003-10-27 04:05:04 +00:00
2017-09-17 21:57:39 +02:00