disable lfs64 aliases for remapped time64 functions
authorRich Felker <dalias@aerifal.cx>
Thu, 1 Aug 2019 04:56:48 +0000 (00:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 28 Oct 2019 23:26:52 +0000 (19:26 -0400)
commit50018f92f7a1d79bc41a1ad5c5baf99eb7cd40af
tree40e0587a6d6a19a3b33978e8d1ff996ef635100b
parent2d69fcf5ef271c1f5fec45ee9337ec7280a5dae7
disable lfs64 aliases for remapped time64 functions

these functions cannot provide the glibc lfs64-ABI-compatible symbols
when time_t differs from what it was in that ABI. instead, the aliases
need to be provided by the time32 compat shims or through some other
mechanism.
src/aio/aio_suspend.c
src/stat/__xstat.c
src/stat/fstat.c
src/stat/fstatat.c
src/stat/lstat.c
src/stat/stat.c