glibc/io
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
..
bits
sys Remove __need macros from signal.h. 2017-05-20 19:04:43 -04:00
access.c
bug-ftw1.c
bug-ftw2.c
bug-ftw3.c
bug-ftw4.c
bug-ftw5.c
chdir.c
chmod.c Hide __chmod and __mkdir [BZ #18822] 2017-09-04 13:38:51 -07:00
chown.c
close.c
creat64.c
creat.c
dup2.c
dup3.c
dup.c
euidaccess.c
faccessat.c
fchdir.c
fchmod.c
fchmodat.c
fchown.c
fchownat.c
fcntl.c
fcntl.h
flock.c
fstat64.c
fstat.c
fstatat64.c
fstatat.c
fstatfs64.c
fstatfs.c
fstatvfs64.c
fstatvfs.c
fts64.c
fts.c io: Remove internal_function attribute 2017-08-31 18:52:00 +02:00
fts.h fts: Fix symbol redirect for fts_set [BZ #21289] 2017-03-31 09:11:16 +02:00
ftw64.c
ftw.c hurd: Fix dirfd symbol exposition from ftw 2017-09-28 00:49:05 +02:00
ftw.h
ftwtest-sh
ftwtest.c
futimens.c
fxstat64.c
fxstat.c
fxstatat64.c
fxstatat.c
getcwd.c
getdirname.c
getwd.c
isatty.c
lchmod.c
lchown.c
link.c
linkat.c
lockf64.c
lockf.c
lseek64.c
lseek.c
lstat64.c
lstat.c
lxstat64.c
lxstat.c
Makefile linux: Consolidate sync_file_range implementation 2017-06-15 16:03:37 -03:00
mkdir.c Hide __chmod and __mkdir [BZ #18822] 2017-09-04 13:38:51 -07:00
mkdirat.c
mkfifo.c
mkfifoat.c
mknod.c
mknodat.c
open64_2.c
open64.c
open_2.c
open.c
openat64_2.c
openat64.c
openat_2.c
openat.c
pipe2.c
pipe.c
poll.c
poll.h
posix_fadvise64.c
posix_fadvise.c
posix_fallocate64.c
posix_fallocate.c
ppoll.c
pwd.c
read.c Add missing libc_hidden_weak/def calls 2017-09-17 21:57:39 +02:00
readlink.c
readlinkat.c
rmdir.c
sendfile64.c
sendfile.c
stat64.c
stat.c
statfs64.c
statfs.c
statvfs64.c
statvfs.c
symlink.c
symlinkat.c
test-lfs.c
test-stat2.c
test-stat.c
test-utime.c
tst-faccessat.c
tst-fchmodat.c
tst-fchownat.c
tst-fcntl.c
tst-fstatat.c
tst-fts-lfs.c
tst-fts.c
tst-futimesat.c
tst-getcwd.c
tst-linkat.c
tst-mkdirat.c
tst-mkfifoat.c
tst-mknodat.c
tst-open-tmpfile.c
tst-openat.c
tst-posix_fallocate64.c
tst-posix_fallocate-common.c
tst-posix_fallocate.c
tst-readlinkat.c
tst-renameat.c
tst-statvfs.c
tst-symlinkat.c
tst-ttyname_r.c
tst-unlinkat.c
ttyname_r.c
ttyname.c
umask.c
unlink.c
unlinkat.c
utime.c
utime.h
utimensat.c
Versions
write.c Add missing libc_hidden_weak/def calls 2017-09-17 21:57:39 +02:00
xmknod.c
xmknodat.c
xstat64.c
xstat.c