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

This commit is contained in:
Roland McGrath 2012-10-25 17:02:51 -07:00
parent f303f97c29
commit b9473651bc
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -105,5 +105,6 @@ out:
return ret;
}
#define TEST_FUNCTION do_test ()
#define TIMEOUT 5
#include "../test-skeleton.c"