[PATCH v2] linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)
Paul Eggert
eggert@cs.ucla.edu
Thu Apr 28 20:52:44 GMT 2022
On 4/28/22 04:10, Adhemerval Zanella wrote:
>>> + const struct timespec ts[] = { { 0x80000001LL, 0}, { 0x80000002LL } };
>> The two timestamps should use the same format. Otherwise, the patch looks good to me. Thanks.
> Ok, I will use 0x80000001LL for both.
Oh, I merely meant that one ends in ", 0" while the other one doesn't.
No big deal.
More information about the Libc-alpha
mailing list