This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from e0cdd462f Cygwin: POSIX msg queues: allocate section views top down new 46f3b0ce8 Cygwin: POSIX msg queues: move all mq_* functionality into fh [...] new 517c7e79d Cygwin: POSIX msg queues: implement ioctl(2) new efef4b8bf Cygwin: POSIX msg queues: implement read(2)/lseek(2)
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: winsup/cygwin/fhandler.h | 27 +- winsup/cygwin/fhandler_mqueue.cc | 543 ++++++++++++++++++++++++++++++++++++++- winsup/cygwin/mqueue_types.h | 1 - winsup/cygwin/posix_ipc.cc | 519 ++++--------------------------------- 4 files changed, 609 insertions(+), 481 deletions(-)