]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct _pthread_rwlock_t): Define this name as well.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Jan 2000 11:58:41 +0000 (11:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Jan 2000 11:58:41 +0000 (11:58 +0000)
linuxthreads/sysdeps/pthread/bits/pthreadtypes.h

index fbb10ed5c74a4093bbcaa2e6a7412e6acb8c6fc1..db4c3790cec53f8132ce5940d0e7609c6f60ec14 100644 (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 */