This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][BZ #16996] get_nprocs: Only return explictly set cache values


On Thu, Jun 12, 2014 at 01:37:37PM -0700, Roland McGrath wrote:
> time_t is always an integer type counting seconds since 1970 in glibc.
> However, it can be signed and negative values can be valid timestamps (if
> you set your computer's clock to 1969, for example).

Oh yes, so:

    (now == prev && now != 0)

Siddhesh

Attachment: pgpsPuF6zc6lz.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]