mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
(struct _pthread_rwlock_t): Define this name as well.
This commit is contained in:
parent
f9ee7d5f8e
commit
6051426cd0
@ -95,7 +95,7 @@ typedef int pthread_once_t;
|
||||
|
||||
#ifdef __USE_UNIX98
|
||||
/* Read-write locks. */
|
||||
typedef struct
|
||||
typedef struct _pthread_rwlock_t
|
||||
{
|
||||
struct _pthread_fastlock __rw_lock; /* Lock to guarantee mutual exclusion */
|
||||
int __rw_readers; /* Number of readers */
|
||||
|
Loading…
Reference in New Issue
Block a user