Subject: Re: CMSG_* problems
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 02/12/2007 15:55:02
On Feb 12, 2007, at 3:27 PM, der Mouse wrote:

> Will be able to contain a pointer, sure.  But not necessarily, will be
> at least as strictly aligned as a pointer.

You're completely wrong on this one.  intmax_t is by definition at  
least as large and at least as alignment-strict as intptr_t, which in  
turn is by definition at least as large and at least as alignment- 
strict as a pointer.

-- thorpej