mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
PowerPC: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION.
This commit is contained in:
parent
046651c168
commit
449282f2e0
@ -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]
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user