This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 8bb6821c7 Cygwin: Adjust path to newlib libc.a, too new 4ec08891a Cygwin: Implicitly support the /dev/fd symlink and friends new f2dc492df Cygwin: unlink: filter out virtual files and devices early on
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: winsup/cygwin/Makefile.am | 1 + winsup/cygwin/devices.cc | 1494 ++++++++++++++++++++------------------ winsup/cygwin/devices.h | 4 +- winsup/cygwin/devices.in | 4 + winsup/cygwin/dtable.cc | 3 + winsup/cygwin/fhandler.h | 28 + winsup/cygwin/fhandler_dev_fd.cc | 53 ++ winsup/cygwin/syscalls.cc | 6 +- 8 files changed, 885 insertions(+), 708 deletions(-) create mode 100644 winsup/cygwin/fhandler_dev_fd.cc