1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

nptl: Remove rwlock elision definitions

The new rwlock implementation added by cc25c8b4c1 (2.25) removed
support for lock-elision.  This patch removes remaining the
arch-specific unused definitions.

Checked with a build against all affected ABIs.

Change-Id: I5dec8af50e3cd56d7351c52ceff4aa3771b53cd6
This commit is contained in:
Adhemerval Zanella
2019-11-04 16:14:04 +00:00
parent 48dbce60cf
commit 0377a7fde6
17 changed files with 7 additions and 46 deletions

View File

@ -76,6 +76,4 @@ struct __pthread_rwlock_arch_t
#endif
};
#define __PTHREAD_RWLOCK_ELISION_EXTRA 0
#endif /* bits/pthreadtypes.h */