From b9473651bcf3f0bbea40e9c1e68ec67214faf969 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 25 Oct 2012 17:02:51 -0700 Subject: Fix build breakage in tst-cond-except.c. --- nptl/ChangeLog | 4 ++++ nptl/tst-cond-except.c | 1 + 2 files changed, 5 insertions(+) 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 + + * tst-cond-except.c (TEST_FUNCTION): New macro. + 2012-10-25 Joseph Myers * 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" -- cgit v1.1