S390: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION.
authorStefan Liebler <stli@linux.vnet.ibm.com>
Mon, 24 Mar 2014 15:31:13 +0000 (16:31 +0100)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 24 Mar 2014 15:59:01 +0000 (16:59 +0100)
ChangeLog
nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h

index d406f35..89d9f29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index a361db6..23a1698 100644 (file)
@@ -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