glibc/io
Adhemerval Zanella 70961aee18 io: Add fts64 with 64-bit time_t support
Similar to glob, fts routines passes a stat pointer that might
differ of size and layout when 64-bit time API is used.

Checked on i686-linux-gnu and x86_64-linux-gnu.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
2021-06-15 10:42:11 -03:00
..
bits Annotate additional APIs with GCC attribute access. 2021-05-06 11:01:05 -06:00
sys y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
Makefile io: Add fts64 with 64-bit time_t support 2021-06-15 10:42:11 -03:00
Versions Add missing symbols to Version files 2021-06-02 07:32:19 +02:00
access.c
bug-ftw1.c
bug-ftw2.c
bug-ftw3.c
bug-ftw4.c
bug-ftw5.c
chdir.c
chmod.c
chown.c
close.c
copy_file_range.c
creat.c
creat64.c
dup.c
dup2.c
dup3.c
euidaccess.c
faccessat.c
fchdir.c
fchmod.c
fchmodat.c
fchown.c
fchownat.c
fcntl.c
fcntl.h
fcntl64.c
file_change_detection.c
flock.c
fstat.c
fstat64.c
fstatat.c
fstatat64.c
fstatfs.c
fstatfs64.c
fstatvfs.c
fstatvfs64.c
fts.c
fts.h io: Add fts64 with 64-bit time_t support 2021-06-15 10:42:11 -03:00
fts64-time64.c io: Add fts64 with 64-bit time_t support 2021-06-15 10:42:11 -03:00
fts64.c
ftw.c
ftw.h
ftw64.c
ftwtest-sh io: Use temporary directory and file for ftwtest-sh 2021-04-15 09:39:53 -03:00
ftwtest.c
futimens.c
getcwd.c
getdirname.c
getwd.c
isatty.c
lchmod.c
lchown.c
link.c
linkat.c
lockf.c
lockf64.c
lseek.c
lseek64.c
lstat.c
lstat64.c
mkdir.c
mkdirat.c
mkfifo.c
mkfifoat.c
mknod.c
mknodat.c
open.c
open64.c
open64_2.c
open_2.c
openat.c
openat64.c
openat64_2.c
openat_2.c
pipe.c
pipe2.c
poll.c
poll.h
posix_fadvise.c
posix_fadvise64.c
posix_fallocate.c
posix_fallocate64.c
ppoll.c
pwd.c
read.c
readlink.c
readlinkat.c
rmdir.c
sendfile.c
sendfile64.c
stat.c
stat64.c
statfs.c
statfs64.c
statvfs.c
statvfs64.c
statx.c
statx_generic.c
symlink.c
symlinkat.c
test-lfs.c
test-stat.c
test-stat2.c
test-utime.c
tst-copy_file_range.c
tst-faccessat.c
tst-fchmodat.c
tst-fchownat.c
tst-fcntl.c
tst-file_change_detection.c
tst-fstatat.c
tst-fts-lfs.c
tst-fts.c
tst-ftw-bz26353.c
tst-ftw-lnk.c
tst-futimens.c linux: Add lutimes test 2021-04-15 09:39:49 -03:00
tst-futimes.c linux: Add lutimes test 2021-04-15 09:39:49 -03:00
tst-futimesat.c
tst-getcwd-abspath.c
tst-getcwd.c
tst-lchmod.c
tst-linkat.c
tst-lockf.c
tst-lutimes.c linux: Add lutimes test 2021-04-15 09:39:49 -03:00
tst-mkdirat.c
tst-mkfifoat.c
tst-mknodat.c
tst-open-tmpfile.c
tst-openat.c
tst-posix_fallocate-common.c
tst-posix_fallocate.c
tst-posix_fallocate64.c
tst-readlinkat.c
tst-renameat.c
tst-stat-lfs.c
tst-stat.c io: Fix sporadic test failures in io/tst-stat 2021-06-10 13:48:26 +02:00
tst-statvfs.c
tst-statx.c
tst-symlinkat.c
tst-ttyname_r.c
tst-unlinkat.c
tst-utime.c linux: Add lutimes test 2021-04-15 09:39:49 -03:00
tst-utimensat-skeleton.c linux: Add lutimes test 2021-04-15 09:39:49 -03:00
tst-utimensat.c io: Add basic tests for utimensat 2021-04-15 09:39:51 -03:00
tst-utimes.c linux: Add lutimes test 2021-04-15 09:39:49 -03:00
ttyname.c
ttyname_r.c
umask.c
unlink.c
unlinkat.c
utime.c
utime.h y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
utimensat.c
write.c