diff options
author | rpj <rpj> | 2001-02-14 00:57:08 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-02-14 00:57:08 +0000 |
commit | 0cf1781fea67a659ad3087abf39709b7f650a6ce (patch) | |
tree | d1f28f0919dde8afde2625aa978245444dee502d /tests | |
parent | 4b26627e3f31905f0f739d57947d49995aa81913 (diff) |
Remove interdependence of mutex and cancel routines.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mutex1.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |