summaryrefslogtreecommitdiff
path: root/mutex.c
diff options
context:
space:
mode:
authorrpj <rpj>2001-06-05 15:13:47 +0000
committerrpj <rpj>2001-06-05 15:13:47 +0000
commit544c9bdc635a5ce92418ee58e71cf54ba50a60a1 (patch)
tree35d6acc9049a298157b1eb4cb4cf0e6cb75c4682 /mutex.c
parent53e776ae8b7dc6b1d01a97834683c67429d9339c (diff)
* mutex.c (pthread_mutexattr_init): Removesnap-2001-06-06
ptw32_mutex_default_kind.
Diffstat (limited to 'mutex.c')
-rw-r--r--mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutex.c b/mutex.c
index 5e01536..b1e2693 100644
--- a/mutex.c
+++ b/mutex.c
@@ -282,7 +282,7 @@ pthread_mutexattr_init (pthread_mutexattr_t * attr)
}
ma->pshared = PTHREAD_PROCESS_PRIVATE;
- ma->kind = ptw32_mutex_default_kind;
+ ma->kind = PTHREAD_MUTEX_DEFAULT;
*attr = ma;