=================================================================== RCS file: /afs/sipb/project/pthreads/src/CVS/pthreads/pthreads/pthread.c,v retrieving revision 1.50.2.1 diff -c -r1.50.2.1 pthread.c *** 1.50.2.1 1994/10/05 06:48:03 --- pthread.c 1994/10/14 02:38:56 *************** *** 205,210 **** --- 205,211 ---- memcpy(&new_thread->attr, attr, sizeof(pthread_attr_t)); pthread_queue_init(&(new_thread->join_queue)); + new_thread->specific_data = NULL; new_thread->cleanup = NULL; new_thread->queue = NULL; new_thread->next = NULL;