[parisc-linux] [PATCH] [HPPA] fix bits/pthreadtypes.h
Aurelien Jarno
aurelien at aurel32.net
Tue May 1 13:28:27 MDT 2007
Hi all,
On hppa using linuxthreads + TLS, bits/pthreadtypes.h is out of date
compare to the generic linuxthreads file. This makes pthread.h unusable.
Please find below a patch to fix that.
Bye,
Aurelien
--- libc/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h 2007-05-01 21:15:38.000000000 +020
+++ libc/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h 2007-05-01 21:16:03.000000000 +0200
@@ -134,7 +134,7 @@
} pthread_rwlockattr_t;
#endif
-#ifdef __USE_XOPEN2K
+#if defined __USE_UNIX98 || defined __USE_XOPEN2K
/* POSIX spinlock data type. */
typedef __atomic_lock_t pthread_spinlock_t;
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32 at debian.org | aurelien at aurel32.net
`- people.debian.org/~aurel32 | www.aurel32.net
More information about the parisc-linux
mailing list