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
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,
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