summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pthread.h')
-rw-r--r--include/pthread.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 9a8e2ae..40810f6 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -135,15 +135,6 @@ enum pthread_mutextype {
#define PTHREAD_MUTEX_DEFAULT PTHREAD_MUTEX_ERRORCHECK
-enum pthread_rwlocktype_np
-{
- PTHREAD_RWLOCK_PREFER_READER_NP,
- PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP,
- PTHREAD_RWLOCK_PREFER_WRITER_NP,
- PTHREAD_RWLOCK_DEFAULT_NP =
- PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP
-};
-
struct _pthread_cleanup_info {
__uintptr_t pthread_cleanup_pad[8];
};
OpenPOWER on IntegriCloud