From 5fac2f6bf79c2c72057fb311738d31867254925e Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 17 Feb 1999 21:19:08 +0000 Subject: Sat Feb 18 16:2s1703:30 1999 Ross Johnson * pthread.h (struct pthread_once_t_): Remove redefinition. --- pthread.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index d08eac3..2b47407 100644 --- a/pthread.h +++ b/pthread.h @@ -632,12 +632,6 @@ struct pthread_condattr_t_ { }; -struct pthread_once_t_ { - unsigned short flag; - pthread_mutex_t lock; -}; - - /* * ==================== * ==================== -- cgit v1.2.3