From 449282f2e0e850c29f6a9666058503d4734964f0 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 25 Mar 2014 08:21:24 -0500 Subject: PowerPC: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION. --- nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl/sysdeps/unix') diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h index 71bd3aed12..ac7351f130 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h +++ b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h @@ -21,6 +21,8 @@ #include +#define __PTHREAD_MUTEX_HAVE_ELISION 0 + #if __WORDSIZE == 64 # define __SIZEOF_PTHREAD_ATTR_T 56 # define __SIZEOF_PTHREAD_MUTEX_T 40 -- cgit v1.2.3-70-g09d2