diff options
Diffstat (limited to 'lib/librthread/rthread.h')
-rw-r--r-- | lib/librthread/rthread.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/librthread/rthread.h b/lib/librthread/rthread.h index 6f8c857f203..1af4509a9a0 100644 --- a/lib/librthread/rthread.h +++ b/lib/librthread/rthread.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread.h,v 1.63 2017/09/05 02:40:54 guenther Exp $ */ +/* $OpenBSD: rthread.h,v 1.64 2019/02/13 13:22:14 mpi Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org> * All Rights Reserved. @@ -52,13 +52,6 @@ struct stack { #define PTHREAD_MAX_PRIORITY 31 -struct pthread_rwlock { - _atomic_lock_t lock; - pthread_t owner; - struct pthread_queue writers; - int readers; -}; - struct pthread_rwlockattr { int pshared; }; |