System call conversion for year 2038
System call conversion for year 2038
Posted May 13, 2015 17:56 UTC (Wed) by joib (subscriber, #8541)In reply to: System call conversion for year 2038 by eternaleye
Parent article: System call conversion for year 2038
Posted May 13, 2015 20:37 UTC (Wed)
by eternaleye (guest, #67051)
[Link] (2 responses)
This is really reinforcing my preference for Rust's [ui]{64,32,16,8} integer types over C's (unsigned) {long long,long,int,short,char} fuzzily-sized ones :/
(and Rust then has usize, defined as "capable of holding a pointer", for the cases where that's relevant)
Posted May 13, 2015 21:08 UTC (Wed)
by rleigh (guest, #14622)
[Link] (1 responses)
Posted May 13, 2015 23:01 UTC (Wed)
by eternaleye (guest, #67051)
[Link]
(of course, for FFI there's libc::c_int and so on, but that's just it: for FFI.)
System call conversion for year 2038
System call conversion for year 2038
System call conversion for year 2038
