summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h6
1 files changed, 0 insertions, 6 deletions
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;
-};
-
-
/*
* ====================
* ====================