From d2b870cd9b6d91261a304e156819571acc309b55 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 23 Feb 2002 02:01:11 +0000 Subject: * pthread_cond_destroy.c: Expand the time change critical section to solve deadlock problem. * pthread.c: Add all remaining C modules. * pthread.h: Use dllexport/dllimport attributes on functions to avoid using pthread.def. * sched.h: Likewise. * semaphore.h: Likewise. * GNUmakefile: Add new targets for single translation unit build to maximise inlining potential; generate pthread.def automatically. * Makefile: Likewise, but no longer uses pthread.def. --- pthread_key_delete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_key_delete.c') diff --git a/pthread_key_delete.c b/pthread_key_delete.c index 0fb3fbb..4ea1180 100644 --- a/pthread_key_delete.c +++ b/pthread_key_delete.c @@ -77,7 +77,7 @@ pthread_key_delete (pthread_key_t key) /* * Run through all Thread<-->Key associations * for this key. - * If the pthread_t still exits (ie the assoc->thread + * If the pthread_t still exists (ie the assoc->thread * is not NULL) then leave the assoc for the thread to * destroy. * Notes: -- cgit v1.2.3