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.
This commit is contained in:
Adhemerval Zanella 2017-05-11 10:46:03 -03:00
parent d53b865288
commit 0a19a91896
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
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

View File

@ -62,7 +62,7 @@ struct __pthread_rwlock_arch_t
unsigned char __pad2;
#endif
int __cur_writer;
} __data;
};
#define __PTHREAD_RWLOCK_ELISION_EXTRA 0

View File

@ -82,7 +82,7 @@ struct __pthread_rwlock_arch_t
int __reserved2;
int __reserved3;
int __reserved4;
} __data;
};
#define __PTHREAD_RWLOCK_ELISION_EXTRA 0