summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/fstatat.c
AgeCommit message (Expand)Author
2024-02-27Fix *stat() and *stat64() when the time is beyond year 2038.Dmitry Chestnykh
2024-02-26Add time64 support for MIPS32.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2023-10-27depend on __UCLIBC_HAVE_STATX__Waldemar Brodkorb
2023-09-14fstatat: add wrapper that uses statx for non-legacy archYann Sionneau
2017-02-01add experimental aarch64 supportWaldemar Brodkorb
2013-02-20stat: Use fstatat64 if arch does not have the stat syscallMarkos Chandras
2013-02-20fstatat{64}: No conversion code is needed for new architecturesMarkos Chandras
2013-02-20fstatat: Use newfstatat only for 64-bit operationsMarkos Chandras
2009-09-06fstatat: fix up behavior on 32/64 bit hostsMike Frysinger
2009-07-20first pass at implementing *at funcsMike Frysinger