This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 55a6e49a0 Removed Soft float from MIPS new d8ee63450 FTW Port for Newlib new 3192da8f8 Cygwin: drop ftw.h in favor of new newlib ftw.h
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libc/include/ftw.h | 66 ++++++++++++++++++ newlib/libc/posix/Makefile.am | 2 +- newlib/libc/posix/ftw.c | 33 +++++++++ newlib/libc/posix/nftw.c | 154 ++++++++++++++++++++++++++++++++++++++++++ winsup/cygwin/include/ftw.h | 63 ----------------- 5 files changed, 254 insertions(+), 64 deletions(-) create mode 100644 newlib/libc/include/ftw.h create mode 100644 newlib/libc/posix/ftw.c create mode 100644 newlib/libc/posix/nftw.c delete mode 100644 winsup/cygwin/include/ftw.h