This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_VECT in repository toolchain/ci/newlib.
from 26d6595f5 Cygwin: add release msg for previous getaddrinfo patch adds 66eefa25f Cygwin: Rename WSYM_sysfile to WSYM_default adds 38965159d Cygwin: Add winsymlinks:sys adds 2b50ec0cd libc: Added implementation for sig2str/str2sig. adds cf9a51371 Cygwin: clarify importance of new GNU-specifc API adds 5970bbded Cygwin: export new sig2str/str2sig adds 15c53a34b libc: Fix compilation for new sig2str/str2sig implementation
No new revisions were added by this update.
Summary of changes: newlib/libc/include/sys/signal.h | 17 +++ newlib/libc/signal/Makefile.am | 4 +- newlib/libc/signal/Makefile.in | 14 +- newlib/libc/signal/sig2str.c | 302 +++++++++++++++++++++++++++++++++++++++ newlib/libc/signal/signal.tex | 4 + winsup/cygwin/common.din | 2 + winsup/cygwin/environ.cc | 2 + winsup/cygwin/globals.cc | 7 +- winsup/cygwin/path.cc | 9 +- winsup/cygwin/release/3.3.0 | 8 +- winsup/doc/cygwinenv.xml | 20 ++- winsup/doc/new-features.xml | 10 +- winsup/doc/pathnames.xml | 29 ++-- winsup/doc/posix.xml | 2 + 14 files changed, 402 insertions(+), 28 deletions(-) create mode 100644 newlib/libc/signal/sig2str.c