From ac8e3d247fa03af61b5411f92508481e7c3f49f8 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 8 May 2005 16:55:02 +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