From 424ca52423ca124e4618e0e7a0dba22ea989ef09 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 14 Oct 1998 19:51:06 +0000 Subject: Thu Oct 15 11:53:21 1998 Ross Johnson * global.c (_pthread_tsd_key_table): Fix declaration. * implement.h(_pthread_TSD_keys_TlsIndex): Add missing extern. (_pthread_tsd_mutex): Ditto. * create.c (_pthread_start_call): Fix "keys" array declaration. Add comment. * tsd.c (pthread_setspecific): Fix type declaration and cast. (pthread_getspecific): Ditto. * cleanup.c (_pthread_destructor_run_all): Declare missing loop counter. --- pthread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index b678c68..ef22d80 100644 --- a/pthread.h +++ b/pthread.h @@ -82,6 +82,8 @@ typedef struct { int valid; CRITICAL_SECTION cs; } pthread_mutex_t; + + typedef DWORD pthread_key_t; -- cgit v1.2.3