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.24-464-gf38aee2


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  f38aee21e21c91b9a7391c6b55d922eaab9e3735 (commit)
      from  76dcbf42df83c970c13c786d287f1ec69e1b91eb (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=f38aee21e21c91b9a7391c6b55d922eaab9e3735

commit f38aee21e21c91b9a7391c6b55d922eaab9e3735
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Dec 13 09:26:20 2016 +0100

    nptl/tst-cancel7: Add missing case label
    
    The label was lost during the conversion to the new test framework
    in commit c23de0aacbeaa7a091609b35764bed931475a16d, and the --command
    option is currently unused.

diff --git a/ChangeLog b/ChangeLog
index f0fee26..beb5b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-12-13  Florian Weimer  <fweimer@redhat.com>
 
+	* nptl/tst-cancel7.c (cmdline_process): Add missing case label.
+
+2016-12-13  Florian Weimer  <fweimer@redhat.com>
+
 	* Rules (binaries-shared-tests, binaries-pie-tests)
 	(binaries-static-tests): Link with $(link-extra-libs-tests).
 	* Makeconfig (+link-pie-tests, +link-static-tests, +link-tests):
diff --git a/nptl/tst-cancel7.c b/nptl/tst-cancel7.c
index 8eff3a8..e7e40ef 100644
--- a/nptl/tst-cancel7.c
+++ b/nptl/tst-cancel7.c
@@ -194,6 +194,7 @@ cmdline_process (int c)
 {
   switch (c)
     {
+    case OPT_COMMAND:
       command = optarg;
       break;
     case OPT_PIDFILE:

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

Summary of changes:
 ChangeLog          |    4 ++++
 nptl/tst-cancel7.c |    1 +
 2 files changed, 5 insertions(+), 0 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]