This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 859d215b7 Cygwin: split out fhandler_socket into inet and local classes new 8906a4d33 Cygwin: fix whitespaces in socket code new a5dfbc694 Cygwin: inline get_socket_flags()
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/fhandler.h | 13 +++++++++++-- winsup/cygwin/fhandler_socket.cc | 11 ----------- winsup/cygwin/fhandler_socket_inet.cc | 10 +++++----- winsup/cygwin/fhandler_socket_local.cc | 2 +- winsup/cygwin/include/cygwin/_socketflags.h | 20 ++++++++++++++++++++ winsup/cygwin/include/cygwin/socket.h | 9 ++------- winsup/cygwin/syslog.cc | 2 +- 7 files changed, 40 insertions(+), 27 deletions(-) create mode 100644 winsup/cygwin/include/cygwin/_socketflags.h