PowerPC: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION.

This commit is contained in:
Adhemerval Zanella 2014-03-25 08:21:24 -05:00
parent 046651c168
commit 449282f2e0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
(__PTHREAD_MUTEX_HAVE_ELISION): New define.
2014-03-25 Joseph Myers <joseph@codesourcery.com> 2014-03-25 Joseph Myers <joseph@codesourcery.com>
[BZ #16357] [BZ #16357]

View File

@ -21,6 +21,8 @@
#include <bits/wordsize.h> #include <bits/wordsize.h>
#define __PTHREAD_MUTEX_HAVE_ELISION 0
#if __WORDSIZE == 64 #if __WORDSIZE == 64
# define __SIZEOF_PTHREAD_ATTR_T 56 # define __SIZEOF_PTHREAD_ATTR_T 56
# define __SIZEOF_PTHREAD_MUTEX_T 40 # define __SIZEOF_PTHREAD_MUTEX_T 40