glibc/io/tst-lchmod-time64.c
Adhemerval Zanella 7d96aa2d7d linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)
The AT_SYMLINK_NOFOLLOW emulation ues the default 32 bit stat internal
calls, which fails with EOVERFLOW if the file constains timestamps
beyond 2038.

Checked on i686-linux-gnu.

(cherry picked from commit 118a2aee07)
2022-04-28 10:15:12 -03:00

3 lines
45 B
C

#define CHECK_TIME64
#include "tst-lchmod.c"