1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

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

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