Re: [PATCH v2] Cygwin: syscalls.cc: Include ../stdio/local.h
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On May 12 09:08, Sebastian Huber wrote: > Include Newlib internal ../stdio/local.h for the _fwalk_reent() declaration. > Add C++ support to local.h As I wrote in my last reply to patch 9, please don't include internal newlib headers. Let's move these declarations, as far as they are required from Cygwin, to sys/reeent.h or sys/stdio.h, or some other adequate system header. Thanks, Corinna