summaryrefslogtreecommitdiff
path: root/nptl/tst-cond-except.c
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/tst-cond-except.c
parentf303f97c2934288f6314c59564e6630925731f41 (diff)
Fix build breakage in tst-cond-except.c.
Diffstat (limited to 'nptl/tst-cond-except.c')
-rw-r--r--nptl/tst-cond-except.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-cond-except.c b/nptl/tst-cond-except.c
index be9c4ef70a..c294a41b2e 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"