diff options
author | Torvald Riegel <triegel@redhat.com> | 2014-12-17 23:08:25 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-17 02:45:12 -0500 |
commit | 71c06b69d375afd09270a6cb2b05d7a4fab680fa (patch) | |
tree | ecc5ede2251294fe62265b214331cad150d3694d /ChangeLog | |
parent | a9a05adb24bc7958d43c43ede245e5cbd240274c (diff) | |
download | glibc-71c06b69d375afd09270a6cb2b05d7a4fab680fa.tar glibc-71c06b69d375afd09270a6cb2b05d7a4fab680fa.tar.gz glibc-71c06b69d375afd09270a6cb2b05d7a4fab680fa.tar.bz2 glibc-71c06b69d375afd09270a6cb2b05d7a4fab680fa.zip |
ia64: Remove custom lowlevellock.h
ia64 seems to use the same implementation of low-level locks as the
generic Linux lowlevellock.h. The futex syscalls are somewhat
different, but Roland thought it shouldn't matter. Note that the futex
calls are on the slow path always (except for PI mutexes).
Removing the custom low-level lock implementation will make further
refactoring easier, for example adding proper error checking to futex
operations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2015-02-16 Torvald Riegel <triegel@redhat.com> + + * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file. + 2015-02-16 Mike Frysinger <vapier@gentoo.org> * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete. |