From a7d47499d89932fa74932fef5af9b046227788de Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 6 Dec 1998 04:42:29 +0000 Subject: Sun Dec 6 21:54:35 1998 Ross Johnson * buildlib.bat: Fix args to CL when building the .DLL * cleanup.c (_pthread_destructor_run_all): Fix TSD key management. This is a tidy-up before TSD and Thread management is completely replaced by John Bossom's much more elegant code. * tsd.c (pthread_key_create): Fix TSD key management. * global.c (_pthread_key_virgin_next): Initialise. * build.bat: New DOS script to compile and link a pthreads app using Microsoft's CL compiler linker. * buildlib.bat: New DOS script to compile all the object files and create pthread.lib and pthread.dll using Microsoft's CL compiler linker. --- cleanup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cleanup.c') diff --git a/cleanup.c b/cleanup.c index 0c8f875..0a5ae3f 100644 --- a/cleanup.c +++ b/cleanup.c @@ -192,6 +192,7 @@ _pthread_destructor_run_all() for re-use. */ key->status = _PTHREAD_TSD_KEY_REUSE; + _pthread_key_reuse[_pthread_key_reuse_top++] = k; } else { -- cgit v1.2.3