From 7578473bbeb61a1d3808104b551f9d0b12e42670 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 25 Mar 2014 11:36:28 -0500 Subject: PowerPC: Revert __PTHREAD_MUTEX_HAVE_ELISION change This patch revert 449282f2e0e850c29f6a9666058503d4734964f0. --- nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h index ac7351f130..71bd3aed12 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h +++ b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h @@ -21,8 +21,6 @@ #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