System call conversion for year 2038
System call conversion for year 2038
Posted May 13, 2015 3:10 UTC (Wed) by eternaleye (guest, #67051)In reply to: System call conversion for year 2038 by flussence
Parent article: System call conversion for year 2038
Well, the 12-byte struct is what everyone's been working with on 64-bit for quite a while now as I understand it - 64-bit seconds, 32-bit nanoseconds (or microseconds, for the struct timeval antiques). On 32-bit it might even be _less_ painful, as on some 32-bit architectures (x86?) u64 has 4-byte alignment IIRC, rather than 8-byte.
