(struct _pthread_rwlock_t): Define this name as well.

This commit is contained in:
Ulrich Drepper 2000-01-12 11:58:41 +00:00
parent f9ee7d5f8e
commit 6051426cd0

View File

@ -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 */