On 25 November 2014 at 20:29, Christoffer Dall
<christoffer.d...@linaro.org> wrote:
> I'm wondering if the timespec struct field is an unsigned long and
> that's why we werent' seeing the overflow on arm64?

It's a time_t, and they're signed, but I imagine on arm64
time_t is 64 bits.

-- PMM

Reply via email to