From 7395b1431d5e2160682de273b46252c747ccbf36 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 8 May 2005 16:52:50 +0000 Subject: '' --- pthread_setspecific.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_setspecific.c') diff --git a/pthread_setspecific.c b/pthread_setspecific.c index 3c630cf..f06b696 100644 --- a/pthread_setspecific.c +++ b/pthread_setspecific.c @@ -147,7 +147,7 @@ pthread_setspecific (pthread_key_t key, const void *value) */ if (assoc == NULL) { - result = ptw32_tkAssocCreate (&assoc, sp, key); + result = ptw32_tkAssocCreate (sp, key); } (void) pthread_mutex_unlock(&(sp->threadLock)); -- cgit v1.2.3