From 675ddb7184f642263331b13ac7bf726536504f97 Mon Sep 17 00:00:00 2001 From: Martin Galvan Date: Sat, 28 Mar 2015 01:41:35 -0300 Subject: NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP The PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP macro was defined twice with the same values in pthread.h; this removes the second definition. --- sysdeps/nptl/pthread.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/nptl/pthread.h') diff --git a/sysdeps/nptl/pthread.h b/sysdeps/nptl/pthread.h index 70ff250a17..89d08823f5 100644 --- a/sysdeps/nptl/pthread.h +++ b/sysdeps/nptl/pthread.h @@ -92,8 +92,6 @@ enum { { 0, 0, 0, 0, PTHREAD_MUTEX_ERRORCHECK_NP, __PTHREAD_SPINS, { 0, 0 } } } # define PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP \ { { 0, 0, 0, 0, PTHREAD_MUTEX_ADAPTIVE_NP, __PTHREAD_SPINS, { 0, 0 } } } -# define PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP \ - { { 0, 0, 0, 0, PTHREAD_MUTEX_ADAPTIVE_NP, __PTHREAD_SPINS, { 0, 0 } } } # endif #else -- cgit v1.2.3