From 0cf1781fea67a659ad3087abf39709b7f650a6ce Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 14 Feb 2001 00:57:08 +0000 Subject: Remove interdependence of mutex and cancel routines. --- tests/mutex1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/mutex1.c b/tests/mutex1.c index c997963..2d11867 100644 --- a/tests/mutex1.c +++ b/tests/mutex1.c @@ -11,6 +11,8 @@ * pthread_mutex_destroy() */ +#define ASSERT_TRACE + #include "test.h" pthread_mutex_t mutex = NULL; -- cgit v1.2.3