summaryrefslogtreecommitdiff
path: root/sysdeps/hppa
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-05-11 10:46:03 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-05-11 10:46:03 -0300
commit0a19a9189678e8719c8423648417b0f44a83fd2c (patch)
tree6e0c2e91780d74c0d60091aabf97a528cd329365 /sysdeps/hppa
parentd53b8652880ba42913f66e7eee0567ce4cfe7791 (diff)
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.
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r--sysdeps/hppa/nptl/bits/pthreadtypes-arch.h2
1 files changed, 1 insertions, 1 deletions
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