From 0a19a9189678e8719c8423648417b0f44a83fd2c Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 11 May 2017 10:46:03 -0300 Subject: Remove wrong definitions from pthread header refactor This patch removes wrong struct definition from eab380d (Move shared pthread definitions to common headers) on ARM and hppa. Checked on arm-linux-gnueabihf. * sysdeps/arm/nptl/bits/pthreadtypes-arch.h (__pthread_rwlock_arch_t): Remove __data definition. * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h (__pthread_rwlock_arch_t): Likewise. --- sysdeps/hppa/nptl/bits/pthreadtypes-arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/hppa') diff --git a/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h b/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h index 131e30e93d..7befe5de6d 100644 --- a/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h +++ b/sysdeps/hppa/nptl/bits/pthreadtypes-arch.h @@ -82,7 +82,7 @@ struct __pthread_rwlock_arch_t int __reserved2; int __reserved3; int __reserved4; -} __data; +}; #define __PTHREAD_RWLOCK_ELISION_EXTRA 0 -- cgit v1.2.1