This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/af_unix_mq in repository newlib.
discards 803b024f6 Cygwin: AF_UNIX: implement sendmsg new d22f1308c Cygwin: AF_UNIX: keep a reference count of open descriptors new 263adc4bb Cygwin: AF_UNIX: adapt shutdown to mqueues new 886cb1705 Cygwin: AF_UNIX: implement sendmsg
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (803b024f6) \ N -- N -- N refs/heads/topic/af_unix_mq (886cb1705)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 6 ++ winsup/cygwin/fhandler_socket_unix.cc | 106 +++++++++++++++++++++++----------- 2 files changed, 77 insertions(+), 35 deletions(-)