]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix build breakage in tst-cond-except.c.
authorRoland McGrath <roland@hack.frob.com>
Fri, 26 Oct 2012 00:02:51 +0000 (17:02 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 26 Oct 2012 00:02:51 +0000 (17:02 -0700)
nptl/ChangeLog
nptl/tst-cond-except.c

index 553c7785585bab77031faab525cd942f32e53b6a..40ddc2504e996e05e9fe421b3e693cf8294f5cf9 100644 (file)
@@ -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
index be9c4ef70ac57b4f44ac8fe97d9aa107622c17d2..c294a41b2e7671ab00e1bfd88d38d2988237fcd4 100644 (file)
@@ -105,5 +105,6 @@ out:
   return ret;
 }
 
+#define TEST_FUNCTION do_test ()
 #define TIMEOUT 5
 #include "../test-skeleton.c"