5 ms·
> Code that assumes time_t is the same width as int is already broken You missed the point. It is meant that code _built for the same target_ "assumes" all ins
by Netch 2y ago
> Code that assumes time_t is the same width as int is already broken
You missed the point. It is meant that code _built for the same target_ "assumes" all instances use the same definition of time_t, and not about such a guarantee across different targets.
That's why Gentoo solution to redefine target is cumbersome but finally working - as radical as axe.