Define rwlock types also for __USE_XOPEN2K.

This commit is contained in:
Ulrich Drepper 2004-09-12 18:40:45 +00:00
parent 6d74bdcd30
commit ebb9960651
1 changed files with 1 additions and 1 deletions

View File

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