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_LTO_VECT in repository toolchain/ci/newlib.
from e5fcb021c Cygwin: allow open_setup to fail adds 6fc0aa8e5 Cygwin: fhandler_pipe::open_setup: fail on error creating mutexes adds be08c5c40 Cygwin: make callers of open_setup check for failure adds 643db9ec9 Cygwin: pipes: remove unnecessary NULL checks for hdl_cnt_mtx adds b531d6b06 Cygwin: pipe: Introduce temporary query_hdl. adds 6c1f49f83 Cygwin: pipe: Use ProcessHandleInformation if available.
No new revisions were added by this update.
Summary of changes: winsup/cygwin/dtable.cc | 3 +- winsup/cygwin/fhandler.cc | 3 +- winsup/cygwin/fhandler.h | 8 ++ winsup/cygwin/fhandler_pipe.cc | 310 ++++++++++++++++++++++++++++++++++++----- winsup/cygwin/ntdll.h | 38 ++++- winsup/cygwin/select.cc | 8 +- winsup/cygwin/wincap.cc | 11 ++ winsup/cygwin/wincap.h | 2 + 8 files changed, 345 insertions(+), 38 deletions(-)