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-release-arm_eabi-coremark-O3_VECT in repository toolchain/ci/newlib.
from 8a09deb1b Cygwin: pty: Fix master closing error regarding attach_mutex. adds dcd564f65 Cygwin: pty: Fix handle leak regarding attach_mutex. adds c51f05c59 string: Fix buffer overrun in picolibc/newlib/libc/string/str [...] adds 745b547eb Cygwin: pipe: Use NtQuerySystemInformation() instead of EnumP [...] adds 548f12469 Cygwin: update cygcheck OS information adds cb21b9cc5 Cygwin: drop outdated -O3 optimization for malloc and sync adds 65d681866 Cygwin: document sig2str and str2sig in version.h adds 23b1400f8 Cygwin: Make native clipboard layout same for 32- and 64-bit adds 44a79a6ec Cygwin: convert malloc lock to SRWLOCK new 92e488d5b libgloss/riscv: Fix hard coded reference to configure.in afte [...] new 26894de91 Unconditionally declare strsignal
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: libgloss/riscv/Makefile.in | 2 +- newlib/libc/include/string.h | 2 +- newlib/libc/string/strrchr.c | 9 +++--- winsup/cygwin/Makefile.am | 10 ------- winsup/cygwin/cygmalloc.h | 8 ++++-- winsup/cygwin/dcrt0.cc | 1 + winsup/cygwin/fhandler_clipboard.cc | 42 ++++++++++++++++------------ winsup/cygwin/fhandler_console.cc | 2 +- winsup/cygwin/fhandler_pipe.cc | 50 +++++++++++++++++++++++----------- winsup/cygwin/fhandler_tty.cc | 6 ++-- winsup/cygwin/fork.cc | 2 +- winsup/cygwin/heap.cc | 1 - winsup/cygwin/heap.h | 1 - winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/sys/clipboard.h | 49 +++++++++++++++++++++++++++++++++ winsup/cygwin/malloc_wrapper.cc | 4 +-- winsup/cygwin/release/3.3.0 | 8 ++++++ winsup/utils/mingw/cygcheck.cc | 15 ++++++++-- 18 files changed, 150 insertions(+), 65 deletions(-) create mode 100644 winsup/cygwin/include/sys/clipboard.h