From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Grundler Date: Wed, 30 Jan 2002 17:49:15 +0000 Subject: Re: [Linux-ia64] What's taking all the system time..? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org duraid@fl.net.au wrote: > it once declared upon high that longs shall always be 32 bits, long longs > shall always be 64 bits, and ints shall be Whatever Length Is Most > Efficiently Dealt With By The Hardware(tm)? I believe the "long long" was a non-standard implementation for 32-bit compilers to declare/access 64-bit data structures. And for LP64, ints are guaranteed to be 32-bits or it would have been called ILP64. grant