mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
S390: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION.
This commit is contained in:
parent
a071766ebf
commit
f1399b5a2b
@ -1,3 +1,8 @@
|
||||
2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
|
||||
|
||||
* nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
|
||||
(__PTHREAD_MUTEX_HAVE_ELISION): New define.
|
||||
|
||||
2014-03-20 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
[BZ #16743]
|
||||
|
@ -20,6 +20,8 @@
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
|
||||
# define __PTHREAD_MUTEX_HAVE_ELISION 0
|
||||
|
||||
#if __WORDSIZE == 64
|
||||
# define __SIZEOF_PTHREAD_ATTR_T 56
|
||||
# define __SIZEOF_PTHREAD_MUTEX_T 40
|
||||
|
Loading…
Reference in New Issue
Block a user