This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from dff3bc9a8 Cygwin: net.cc: drop redundant declarations new 859d215b7 Cygwin: split out fhandler_socket into inet and local classes
The 1 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.in | 2 + winsup/cygwin/dtable.cc | 8 +- winsup/cygwin/fhandler.h | 239 +++- winsup/cygwin/fhandler_socket.cc | 2068 ++------------------------------ winsup/cygwin/fhandler_socket_inet.cc | 1163 ++++++++++++++++++ winsup/cygwin/fhandler_socket_local.cc | 1844 ++++++++++++++++++++++++++++ winsup/cygwin/net.cc | 140 --- winsup/cygwin/security.h | 1 + winsup/cygwin/syslog.cc | 40 +- winsup/cygwin/uinfo.cc | 4 +- 10 files changed, 3292 insertions(+), 2217 deletions(-) create mode 100644 winsup/cygwin/fhandler_socket_inet.cc create mode 100644 winsup/cygwin/fhandler_socket_local.cc