aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-10-25 17:02:51 -0700
committerRoland McGrath <roland@hack.frob.com>2012-10-25 17:02:51 -0700
commitb9473651bcf3f0bbea40e9c1e68ec67214faf969 (patch)
tree696f5bef7d3c490f86fb8306eebe7b8d6ee5966b /nptl
parentf303f97c2934288f6314c59564e6630925731f41 (diff)
downloadglibc-b9473651bcf3f0bbea40e9c1e68ec67214faf969.zip
glibc-b9473651bcf3f0bbea40e9c1e68ec67214faf969.tar.gz
glibc-b9473651bcf3f0bbea40e9c1e68ec67214faf969.tar.bz2
Fix build breakage in tst-cond-except.c.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/tst-cond-except.c1
2 files changed, 5 insertions, 0 deletions
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"