Re: [PATCH] FTW Port for Newlib
Corinna Vinschen via Newlib <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 8 22:03, Eshan Dhawan via Newlib wrote: > Ping !! Sorry, I misinterpreted the subject line and thought this is is one for Jeff. > > On Thu, Jan 21, 2021 at 3:44 AM Eshan Dhawan <[email protected]> > wrote: > > > From: Eshan dhawan <[email protected]> > > > > Signed-off-by: Eshan Dhawan <[email protected]> > > --- > > newlib/libc/include/ftw.h | 66 +++++++++++++++ > > newlib/libc/posix/Makefile.am | 2 +- > > newlib/libc/posix/ftw.c | 33 ++++++++ > > newlib/libc/posix/nftw.c | 154 ++++++++++++++++++++++++++++++++++ > > 4 files changed, 254 insertions(+), 1 deletion(-) > > create mode 100644 newlib/libc/include/ftw.h > > create mode 100644 newlib/libc/posix/ftw.c > > create mode 100644 newlib/libc/posix/nftw.c I pushed this now, together with a patch removing Cygwin's ftw.h. Thanks, Corinna