mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 11:41:07 +00:00
Define rwlock types also for __USE_XOPEN2K.
This commit is contained in:
parent
6d74bdcd30
commit
ebb9960651
@ -103,7 +103,7 @@ typedef unsigned int pthread_key_t;
|
||||
typedef int pthread_once_t;
|
||||
|
||||
|
||||
#ifdef __USE_UNIX98
|
||||
#if defined __USE_UNIX98 || defined __USE_XOPEN2K
|
||||
/* Data structure for read-write lock variable handling. The
|
||||
structure of the attribute type is deliberately not exposed. */
|
||||
typedef union
|
||||
|
Loading…
Reference in New Issue
Block a user