From 89a4d0ca16686de0a331b6ad85f3fec9b8fec679 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 14 Oct 1998 23:45:48 +0000 Subject: Thu Oct 15 14:05:01 1998 Ross Johnson * private.c (_pthread_new_thread): Remove init of destructorstack. No longer an element of pthread_t. --- private.c | 1 - 1 file changed, 1 deletion(-) (limited to 'private.c') diff --git a/private.c b/private.c index 9126aaa..783e0ef 100644 --- a/private.c +++ b/private.c @@ -104,7 +104,6 @@ _pthread_new_thread(pthread_t * thread) new_thread->canceltype = PTHREAD_CANCEL_DEFERRED; new_thread->cancel_pending = FALSE; new_thread->cleanupstack = NULL; - new_thread->destructorstack = NULL; new_thread->forkpreparestack = NULL; new_thread->forkparentstack = NULL; new_thread->forkchildstack = NULL; -- cgit v1.2.3