summaryrefslogtreecommitdiff
path: root/nptl/tst-mutex1.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-mutex1.c')
-rw-r--r--nptl/tst-mutex1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl/tst-mutex1.c b/nptl/tst-mutex1.c
index c3ef5b2b51..9453f04918 100644
--- a/nptl/tst-mutex1.c
+++ b/nptl/tst-mutex1.c
@@ -71,5 +71,7 @@ do_test (void)
return 0;
}
-#define TEST_FUNCTION do_test ()
+#ifndef TEST_FUNCTION
+# define TEST_FUNCTION do_test ()
+#endif
#include "../test-skeleton.c"