diff options
author | rpj <rpj> | 1999-02-17 21:19:08 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-02-17 21:19:08 +0000 |
commit | 5fac2f6bf79c2c72057fb311738d31867254925e (patch) | |
tree | bf75bc0d60b926aa7bf9ddf267ca3ec11d9be1dd /pthread.h | |
parent | 44f6c8a35ca491b1f04d6b460ab5d0d8a3cf6083 (diff) |
Sat Feb 18 16:2s1703:30 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* pthread.h (struct pthread_once_t_): Remove redefinition.
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -632,12 +632,6 @@ struct pthread_condattr_t_ { }; -struct pthread_once_t_ { - unsigned short flag; - pthread_mutex_t lock; -}; - - /* * ==================== * ==================== |