Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2011 23:06:12 +0530
From:      "Jayachandran C." <c.jayachandran@gmail.com>
To:        freebsd-mips@freebsd.org
Subject:   64 bit time_t in 32 bit ABI?
Message-ID:  <BANLkTimdbgabRCBbdjR1L45DtkETDT1UNw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
In sys/mips/include/_types.h, I see

| 119 typedef __int64_t       __time_t;               /* time()... */

Which as far as I can see, is not right for the 32-bit ABIs. But this
definition has been there for a long time, so I would like to know if
there is any reason for this?

Since this is a user-visible type, changing it would break binary compatibility.

Thanks,
JC.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTimdbgabRCBbdjR1L45DtkETDT1UNw>