This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from dadc9e7e4 RTEMS: Add semaphore <sys/lock.h> functions new b3281de25 cygwin: add Object Size Checking to sys/poll.h new da4839ec1 cygwin: add Object Size Checking to sys/socket.h new 8a94bca69 string: add wmempcpy new f636eae26 cygwin: export wmempcpy
The 4 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/wchar.h | 4 ++ newlib/libc/string/Makefile.am | 5 ++- newlib/libc/string/Makefile.in | 67 ++++++++++++++++------------------ newlib/libc/string/wcstrings.tex | 4 ++ newlib/libc/string/wmempcpy.c | 43 ++++++++++++++++++++++ winsup/cygwin/common.din | 1 + winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/ssp/poll.h | 26 +++++++++++++ winsup/cygwin/include/ssp/socket.h | 20 ++++++++++ winsup/cygwin/include/sys/poll.h | 4 ++ winsup/cygwin/include/sys/socket.h | 4 ++ winsup/doc/posix.xml | 1 + 12 files changed, 143 insertions(+), 39 deletions(-) create mode 100644 newlib/libc/string/wmempcpy.c create mode 100644 winsup/cygwin/include/ssp/poll.h create mode 100644 winsup/cygwin/include/ssp/socket.h