This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 49b84cb26 Cygwin: POSIX msg queues: improve error output in fixup_after_fork new 4ea7c12a2 Cygwin: POSIX msg queues: move definition of struct msg_hdr new 15c96f2b2 Cygwin: get_nt_native_path: allow to append suffix new 2cc914a34 Cygwin: POSIX msg queues: simplify mq_close new a4e074672 Cygwin: POSIX msg queues: slightly rephrase get_mqinfo new b62450cf1 Cygwin: POSIX msg queues: implement open/mq_open entirely in [...] new fbcd61063 Cygwin: POSIX msg queues: Implement dup new e0cdd462f Cygwin: POSIX msg queues: allocate section views top down
The 7 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: winsup/cygwin/fhandler.h | 21 +-- winsup/cygwin/fhandler_mqueue.cc | 324 ++++++++++++++++++++++++++++++++++----- winsup/cygwin/globals.cc | 1 + winsup/cygwin/mqueue_types.h | 7 + winsup/cygwin/path.cc | 20 ++- winsup/cygwin/path.h | 2 +- winsup/cygwin/posix_ipc.cc | 190 +++-------------------- 7 files changed, 343 insertions(+), 222 deletions(-)