Subject: Re: CVS commit: src
To: None <rmind@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 05/15/2007 09:58:30
> yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
> > - i think members of struct aiocb should be ordered in an alignment
> >   friendly manner.
> > 
> > - why _state is of char, rather than, say, int?
> 
> Mhm, not sure how friendly would that. Check the attached diff.

	off_t
	void *
	size_t
	int
	int
	int
	int _pad;
	struct sigevent
	:

(sizes of void * and size_t depend on ports.)

YAMAMOTO Takashi