diff options
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; -}; - - /* * ==================== * ==================== |