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-O2_LTO in repository toolchain/ci/newlib.
from 746c8116d Cygwin: console: Allow pasting very long text input. adds 2c2c2b631 Cygwin: console: Fix new bugs in cons_master_thread(). adds 1503d14af Cygwin: stdio: don't try again to read after EOF adds 72f855f32 Cygwin: implement getfacl(1) for socket files adds b3e25f0bc Cygwin: console: Fix issue of pasting very long text input again. adds fc74dbf22 Cygwin: spawn: Treat empty path as the current directory. adds d908a30fd winsup/doc/faq-setup.xml: align help text with setup 2.919 adds 5d4f405d3 Cygwin: redefine some macros for Linux compatibility adds 4ab39e0a8 RTEMS: Declare ioctl() also if _KERNEL is defined adds 282d57d2a Reduce namespace pollution from <sys/_types.h>
No new revisions were added by this update.
Summary of changes: newlib/libc/include/sys/_types.h | 4 ++ newlib/libc/include/sys/select.h | 10 ++- newlib/libc/include/sys/types.h | 6 +- newlib/libc/stdio/refill.c | 8 --- newlib/libc/sys/rtems/include/machine/_types.h | 4 +- newlib/libc/sys/rtems/include/sys/ioccom.h | 7 +- winsup/cygwin/fhandler.h | 4 ++ winsup/cygwin/fhandler_console.cc | 94 +++++++++++++++++++------- winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/sys/param.h | 4 +- winsup/cygwin/release/3.4.0 | 14 ++++ winsup/cygwin/sec_posixacl.cc | 76 +++++++++++++++++++++ winsup/cygwin/spawn.cc | 21 +++++- winsup/doc/faq-setup.xml | 18 +++-- winsup/doc/new-features.xml | 9 +++ 15 files changed, 223 insertions(+), 59 deletions(-)