Re: [Cegcc-devel] newlib sys/io.h

2008-09-03 Thread Pawel Veselov
On Wed, Sep 3, 2008 at 11:37 AM, Danny Backx <[EMAIL PROTECTED]> wrote: > On Tue, 2008-09-02 at 18:41 -0700, Pawel Veselov wrote: >> Hi, >> >> I was looking at sys directory in newlib libc, and it seems >> that stuff like "io.h" doesn't really belong there. The headers >> get exported into public i

Re: [Cegcc-devel] newlib sys/io.h

2008-09-03 Thread Danny Backx
On Tue, 2008-09-02 at 18:41 -0700, Pawel Veselov wrote: > Hi, > > I was looking at sys directory in newlib libc, and it seems > that stuff like "io.h" doesn't really belong there. The headers > get exported into public include/sys directory, and io.h contains > definitions for internal functions,

[Cegcc-devel] newlib sys/io.h

2008-09-02 Thread Pawel Veselov
Hi, I was looking at sys directory in newlib libc, and it seems that stuff like "io.h" doesn't really belong there. The headers get exported into public include/sys directory, and io.h contains definitions for internal functions, structures and defines that shouldn't be exported. I can provide a