diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-02-14 10:34:48 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-02-14 10:34:48 -0500 |
commit | dd395cf1103ec8e26affcf501791505ded4d31c6 (patch) | |
tree | 7834198ffef60fa221cd769e3a4049d746e6db18 /ports/ChangeLog.hppa | |
parent | 1739edf7a5ebb2c16750408dba2f058c09dd4a7d (diff) | |
download | glibc-dd395cf1103ec8e26affcf501791505ded4d31c6.tar.gz glibc-dd395cf1103ec8e26affcf501791505ded4d31c6.tar.xz glibc-dd395cf1103ec8e26affcf501791505ded4d31c6.zip |
hppa: Remove unused lll_unlock_wake_cb.
There hasn't been a use for lll_unlock_wake_cb since it was removed globally in 2007-05-29. This patch removes the function from hppa's lowlevellock.[ch] implementation.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r-- | ports/ChangeLog.hppa | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index ef904c2671..6314f1269a 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,10 @@ +2013-02-14 Carlos O'Donell <carlos@redhat.com> + + * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c + (lll_unlock_wake_cb): Remove. + * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: + Remove prototype for lll_unlock_wake_cb. + 2013-01-10 Joseph Myers <joseph@codesourcery.com> * sysdeps/hppa/fpu/fpu_control.h (_FPU_GETCW): Use __extension__ |