This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from fe6ddc15a Cygwin: message queues: avoid deadlocks in multi-threaded processes new 6baa8484d unistd.h: declare posix_close new c7eb1a1f5 Cygwin: fhandler: move "isclosed" status flag into fhandler_p [...] new d52d983e5 Cygwin: implement posix_close
The 3 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/sys/unistd.h | 10 +++++ winsup/cygwin/cygwin.din | 1 + winsup/cygwin/fhandler/base.cc | 7 ++-- winsup/cygwin/fhandler/clipboard.cc | 2 +- winsup/cygwin/fhandler/console.cc | 2 +- winsup/cygwin/fhandler/dev.cc | 2 +- winsup/cygwin/fhandler/disk_file.cc | 2 +- winsup/cygwin/fhandler/dsp.cc | 2 +- winsup/cygwin/fhandler/fifo.cc | 3 +- winsup/cygwin/fhandler/floppy.cc | 2 +- winsup/cygwin/fhandler/mqueue.cc | 2 +- winsup/cygwin/fhandler/netdrive.cc | 2 +- winsup/cygwin/fhandler/pipe.cc | 8 +++- winsup/cygwin/fhandler/procsys.cc | 2 +- winsup/cygwin/fhandler/pty.cc | 6 +-- winsup/cygwin/fhandler/registry.cc | 2 +- winsup/cygwin/fhandler/socket_inet.cc | 19 +++++++++- winsup/cygwin/fhandler/socket_local.cc | 2 +- winsup/cygwin/fhandler/socket_unix.cc | 2 +- winsup/cygwin/fhandler/tape.cc | 2 +- winsup/cygwin/fhandler/timerfd.cc | 2 +- winsup/cygwin/fhandler/virtual.cc | 2 +- winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/local_includes/fhandler.h | 65 ++++++++++++++++++--------------- winsup/cygwin/posix_ipc.cc | 1 - winsup/cygwin/syscalls.cc | 59 ++++++++++++++++++++++++++---- 26 files changed, 146 insertions(+), 66 deletions(-)