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.
+2017-05-11 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+
+ * 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.
+
2017-05-11 Florian Weimer <fweimer@redhat.com>
* resolv/inet_pton.c: Reformat in GNU style. Remove
unsigned char __pad2;
#endif
int __cur_writer;
-} __data;
+};
#define __PTHREAD_RWLOCK_ELISION_EXTRA 0
int __reserved2;
int __reserved3;
int __reserved4;
-} __data;
+};
#define __PTHREAD_RWLOCK_ELISION_EXTRA 0