[PATCH v3 2/3] login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)
Paul Eggert
eggert@cs.ucla.edu
Wed Apr 17 21:14:39 GMT 2024
On 4/15/24 02:28, Florian Weimer wrote:
> I can implement it that way, but I'm not sure if it's
> worth the complexity. This would only benefit obsolescent applications
> that are recompiled.
You're right, it would benefit only those old applications, and only
when they are built in an obsolescent way (i.e., with 32-bit time_t).
If it's greater complexity to support obsolescent builds I suppose
you're right, and let's not bother.
The old applications I help maintain are all using _TIME_BITS=64 on
these platforms, so they won't be built in an obsolescent way and won't
care about this.
More information about the Libc-alpha
mailing list