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.16-ports-merge-535-gb947365


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  b9473651bcf3f0bbea40e9c1e68ec67214faf969 (commit)
      from  f303f97c2934288f6314c59564e6630925731f41 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b9473651bcf3f0bbea40e9c1e68ec67214faf969

commit b9473651bcf3f0bbea40e9c1e68ec67214faf969
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Oct 25 17:02:51 2012 -0700

    Fix build breakage in tst-cond-except.c.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 553c778..40ddc25 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-25  Roland McGrath  <roland@hack.frob.com>
+
+	* tst-cond-except.c (TEST_FUNCTION): New macro.
+
 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
 
 	* Makefile ($(objpfx)tst-tls6.out): Use $(BASH) not $(SHELL) to
diff --git a/nptl/tst-cond-except.c b/nptl/tst-cond-except.c
index be9c4ef..c294a41 100644
--- a/nptl/tst-cond-except.c
+++ b/nptl/tst-cond-except.c
@@ -105,5 +105,6 @@ out:
   return ret;
 }
 
+#define TEST_FUNCTION do_test ()
 #define TIMEOUT 5
 #include "../test-skeleton.c"

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

Summary of changes:
 nptl/ChangeLog         |    4 ++++
 nptl/tst-cond-except.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]