diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-11-04 16:14:04 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-11-26 13:53:36 +0000 |
commit | 0377a7fde6dfcc078dda29a1225d7720a0931357 (patch) | |
tree | b8e4201c1c67042d6187ccdb1a7b4d02f5c7958a /sysdeps/nios2 | |
parent | 48dbce60cfdd328b671aaa9ee0c54ded3246ece9 (diff) | |
download | glibc-0377a7fde6dfcc078dda29a1225d7720a0931357.tar glibc-0377a7fde6dfcc078dda29a1225d7720a0931357.tar.gz glibc-0377a7fde6dfcc078dda29a1225d7720a0931357.tar.bz2 glibc-0377a7fde6dfcc078dda29a1225d7720a0931357.zip |
nptl: Remove rwlock elision definitions
The new rwlock implementation added by cc25c8b4c1196 (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
Diffstat (limited to 'sysdeps/nios2')
-rw-r--r-- | sysdeps/nios2/nptl/bits/pthreadtypes-arch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/nios2/nptl/bits/pthreadtypes-arch.h b/sysdeps/nios2/nptl/bits/pthreadtypes-arch.h index dcd3499a86..bba904bcc4 100644 --- a/sysdeps/nios2/nptl/bits/pthreadtypes-arch.h +++ b/sysdeps/nios2/nptl/bits/pthreadtypes-arch.h @@ -67,6 +67,4 @@ struct __pthread_rwlock_arch_t int __cur_writer; }; -#define __PTHREAD_RWLOCK_ELISION_EXTRA 0 - #endif /* bits/pthreadtypes.h */ |