This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 6c1552b0d Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop(). new 3d256e22e Cygwin: getdtablesize: always return OPEN_MAX_MAX new b9cbc49b7 Cygwin: sysconf, getrlimit: don't call getdtablesize new 5b8358e6e Cygwin: remove the OPEN_MAX_MAX macro new c09320552 Cygwin: include/cygwin/limits.h: new header new 05e275166 Cygwin: recognize native Windows AF_UNIX sockets as reparse points
The 5 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/dtable.cc | 8 ++-- winsup/cygwin/dtable.h | 2 - winsup/cygwin/fcntl.cc | 2 +- winsup/cygwin/include/cygwin/limits.h | 65 +++++++++++++++++++++++++++ winsup/cygwin/include/limits.h | 85 +++++++++++++++-------------------- winsup/cygwin/path.cc | 4 ++ winsup/cygwin/resource.cc | 5 +-- winsup/cygwin/syscalls.cc | 8 ++-- winsup/cygwin/sysconf.cc | 11 +---- 9 files changed, 115 insertions(+), 75 deletions(-) create mode 100644 winsup/cygwin/include/cygwin/limits.h