This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-639-g7a81cbc


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  7a81cbcc3968fa8549f17ef64bd01d8112d0bbe5 (commit)
      from  db22400947e1c82153e5270d23fed53fc1e3a659 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=7a81cbcc3968fa8549f17ef64bd01d8112d0bbe5

commit 7a81cbcc3968fa8549f17ef64bd01d8112d0bbe5
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon Jun 23 17:11:24 2014 +0200

    Remove unused label

diff --git a/ChangeLog b/ChangeLog
index b4f687f..bbd0698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-23  Andreas Schwab  <schwab@suse.de>
+
+	* nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
+	Remove unused errout label.
+
 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
diff --git a/nptl/sysdeps/unix/sysv/linux/mq_notify.c b/nptl/sysdeps/unix/sysv/linux/mq_notify.c
index 6893d8c..d50a9f2 100644
--- a/nptl/sysdeps/unix/sysv/linux/mq_notify.c
+++ b/nptl/sysdeps/unix/sysv/linux/mq_notify.c
@@ -209,7 +209,6 @@ init_mq_netlink (void)
 
   if (err != 0)
     {
-    errout:
       close_not_cancel_no_status (netlink_socket);
       netlink_socket = -1;
     }

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                |    5 +++++
 nptl/sysdeps/unix/sysv/linux/mq_notify.c |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]