From: Roland McGrath Date: Fri, 26 Oct 2012 00:02:51 +0000 (-0700) Subject: Fix build breakage in tst-cond-except.c. X-Git-Tag: glibc-2.17~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9473651bcf3f0bbea40e9c1e68ec67214faf969;p=thirdparty%2Fglibc.git Fix build breakage in tst-cond-except.c. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 553c7785585..40ddc2504e9 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 be9c4ef70ac..c294a41b2e7 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"