On Fri, Aug 04, 2000 at 05:17:58PM +0100, Russell King - ARM Linux Admin wrote:
> The assumptions are that:
> 
>   __u8, __u16, __u32 are all unsigned quantities of the indicated size.
>   __s8, __s16, __s32 are all signed quantities of the indicated size.
> 
>   sizeof(unsigned long) >= sizeof(unsigned int) (standard ANSI)
>   sizeof(unsigned int) >= sizeof(unsigned short) (standard ANSI)
>   sizeof(unsigned short) >= sizeof(unsigned char) (standard ANSI)

Linux also assumes that sizeof(void *) == sizeof(unsigned long).
but that's ok, because all sane architectures are either ILP32 or LP64.

-- 
Revolutions do not require corporate support.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
This is a backup list for [EMAIL PROTECTED], and the subscription
list is regularly synchronised.

Reply via email to