Mailinglist Archive: opensuse (3605 mails)
| < Previous | Next > |
Re: [SLE] 64 bit clock
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Thu, 1 Jun 2006 16:59:52 +0200
- Message-id: <200606011659.53044.andjoh@xxxxxxxxxx>
On Thursday 01 June 2006 16:57, Jerry Feldman wrote:
> On Thursday 01 June 2006 8:59 am, Anders Johansson wrote:
> > On Thursday 01 June 2006 14:49, Jerry Feldman wrote:
> > > As Anders mentions
> > > time in 64-bit systems is not 64-bit (time_t and suseconds_t for struct
> > > timeval).
> >
> > Actually I didn't mention that, because I thought it was, at least in
> > linux (I won't dispute your expertise on Tru64)
> >
> > A few greps through /usr/include seems to show that time_t is defined as
> > long int in glibc (it's immediately defined as __time_t which is
> > __TIME_T_TYPE which is __SLONGWORD_TYPE, and that is "long int")
>
> Which is 64-bits in an LP64 system (64-bit Linux and Unix systems).
Er, yes, that's what I said
Did you perhaps have a "not" too many in your previous mail?
--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
> On Thursday 01 June 2006 8:59 am, Anders Johansson wrote:
> > On Thursday 01 June 2006 14:49, Jerry Feldman wrote:
> > > As Anders mentions
> > > time in 64-bit systems is not 64-bit (time_t and suseconds_t for struct
> > > timeval).
> >
> > Actually I didn't mention that, because I thought it was, at least in
> > linux (I won't dispute your expertise on Tru64)
> >
> > A few greps through /usr/include seems to show that time_t is defined as
> > long int in glibc (it's immediately defined as __time_t which is
> > __TIME_T_TYPE which is __SLONGWORD_TYPE, and that is "long int")
>
> Which is 64-bits in an LP64 system (64-bit Linux and Unix systems).
Er, yes, that's what I said
Did you perhaps have a "not" too many in your previous mail?
--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
| < Previous | Next > |