2007-05-01 Carlos O'Donell <carlos@systemhalted.org>

* sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h
	[__USE_XOPEN2K]: Define pthread_rwlock_t and
	pthread_rwlockattr_t.
This commit is contained in:
Carlos O'Donell 2007-05-02 02:07:38 +00:00
parent 8d4fccc442
commit 854901bebe
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-05-01 Carlos O'Donell <carlos@systemhalted.org>
* sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h
[__USE_XOPEN2K]: Define pthread_rwlock_t and
pthread_rwlockattr_t.
2007-02-02 Carlos O'Donell <carlos@systemhalted.org>
* sysdeps/unix/sysv/linux/hppa/sysdep.h (PTR_MANGLE): Define.

View file

@ -111,8 +111,7 @@ typedef struct
/* Once-only execution */
typedef int pthread_once_t;
#ifdef __USE_UNIX98
#if defined __USE_UNIX98 || defined __USE_XOPEN2K
/* Read-write locks. */
typedef struct _pthread_rwlock_t
{