Define time64_t to time_t apart from i386 where we define it to int64_t
given the native implementation still is int32_t.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential D50004
LinuxKPI: define time64_t bz on Thu, Apr 24, 2:20 PM. Authored by Tags None Referenced Files
Details
Diff Detail
Event Timeline
Comment Actions So I don't think the ifdef is needed or desirable. Linux wants time64_t to be exactly a int64_t, so we should do that.
Comment Actions So I'm good either way, I just don't like #ifdefs, especially ones that are 'logical' only and not really needed.
|