diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-12 18:40:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-12 18:40:45 +0000 |
commit | ebb9960651a8bbc3e899afa7a877d1b947f47e92 (patch) | |
tree | b49bb35d098c7f6f7f72f23d3afe64a5fa62759e | |
parent | 6d74bdcd3064a6d0d336f92ec7e7c629cc682686 (diff) | |
download | glibc-ebb9960651a8bbc3e899afa7a877d1b947f47e92.tar glibc-ebb9960651a8bbc3e899afa7a877d1b947f47e92.tar.gz glibc-ebb9960651a8bbc3e899afa7a877d1b947f47e92.tar.bz2 glibc-ebb9960651a8bbc3e899afa7a877d1b947f47e92.zip |
Define rwlock types also for __USE_XOPEN2K.
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h b/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h index fd20d572af..79d43febdd 100644 --- a/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h +++ b/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h @@ -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 |