summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2011-01-06 03:30:16 +0000
committerdavidxu <davidxu@FreeBSD.org>2011-01-06 03:30:16 +0000
commite897c5498edc1e997fcdb5ae0ec346ac8666b1f1 (patch)
tree4b7fc1318c22d4ab22571f284faf7320d5e727d4 /include/pthread.h
parent8c8b0b95fd12235956940ba14a16192eae4f2315 (diff)
downloadFreeBSD-src-e897c5498edc1e997fcdb5ae0ec346ac8666b1f1.zip
FreeBSD-src-e897c5498edc1e997fcdb5ae0ec346ac8666b1f1.tar.gz
Remove leftover for r214093.
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