This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] SPU use 4 bytes for uid_t, gid_t and dev_t
- From: gpietsch at comcast dot net
- To: Patrick Mansfield <patmans at us dot ibm dot com>, Jeff Johnston <jjohnstn at redhat dot com>
- Cc: newlib at sourceware dot org
- Date: Mon, 17 Sep 2007 21:30:55 +0000
- Subject: Re: [PATCH] SPU use 4 bytes for uid_t, gid_t and dev_t
-------------- Original message ----------------------
From: Patrick Mansfield <patmans@us.ibm.com>
> On Tue, Sep 11, 2007 at 03:24:01PM -0400, Jeff Johnston wrote:
< massive stuff deleted >
> -
> #ifndef __CYGWIN__ /* which defines these types in it's own types.h. */
Shouldn't this be "its own types.h"? -- Gregory Pietsch
> typedef long off_t;
< massive stuff deleted >