Sujet : Re: Can't Avoid That Shit Rust - Even On Gentoo
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.advocacy comp.os.linux.miscDate : 02. Oct 2024, 23:32:06
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdkhl5$3d48j$12@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Pan/0.160 (Toresk; )
On Wed, 2 Oct 2024 00:07:15 -0400,
186282@ud0s4.net wrote:
GNU/Linux has had 64-bit time for many years already.
It's not just HAVING 64/128-bit vars. Gotta look at every function,
every line.
Or, you know, you define a type named “time_t”, which can be specified to
be 32 bits or 64 bits depending on the target architecture build, and use
that type wherever appropriate. Then you don’t have to worry about it any
more.