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:
parent
d53b865288
commit
0a19a91896
@ -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
|
||||
|
@ -62,7 +62,7 @@ struct __pthread_rwlock_arch_t
|
||||
unsigned char __pad2;
|
||||
#endif
|
||||
int __cur_writer;
|
||||
} __data;
|
||||
};
|
||||
|
||||
#define __PTHREAD_RWLOCK_ELISION_EXTRA 0
|
||||
|
||||
|
@ -82,7 +82,7 @@ struct __pthread_rwlock_arch_t
|
||||
int __reserved2;
|
||||
int __reserved3;
|
||||
int __reserved4;
|
||||
} __data;
|
||||
};
|
||||
|
||||
#define __PTHREAD_RWLOCK_ELISION_EXTRA 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user