From 01f8eac224421f07f28f91cc05db7459ea433ea4 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 26 Mar 2014 13:48:00 -0500 Subject: Move __PTHREAD_SPINS definition to architecture specific header This patch moves the __PTHREAD_SPINS definition to arch specific header since pthread_mutex_t layout is also arch specific. This leads to no need to defining __PTHREAD_MUTEX_HAVE_ELISION and thus removing of the undefined compiler warning. --- ports/ChangeLog.hppa | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ports/ChangeLog.hppa') diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index 4433ad5..39c7701 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,8 @@ +2014-04-09 Adhemerval Zanella + + * ports/sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h + (__PTHREAD_SPIN): Moved defintion from pthread.h. + 2014-03-18 Roland McGrath * sysdeps/hppa/dl-fptr.c: Include . -- cgit v1.1