diff options
author | Takashi Yoshii <takashi.yoshii.zj@renesas.com> | 2010-06-14 16:56:22 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-06-14 16:56:22 -0700 |
commit | 4bc93b30337482a0ad1758b4ba069704d09c39da (patch) | |
tree | 4074ea6e44932e79dc362a56e6f606d4be8d08cc /nptl/ChangeLog | |
parent | caa78cf824f98d6f02f2e39cb9cf253c8553946f (diff) | |
download | glibc-4bc93b30337482a0ad1758b4ba069704d09c39da.tar.gz glibc-4bc93b30337482a0ad1758b4ba069704d09c39da.tar.xz glibc-4bc93b30337482a0ad1758b4ba069704d09c39da.zip |
[sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e69e44f7cd..49ead511b2 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2010-06-01 Takashi Yoshii <takashi.yoshii.zj@renesas.com> + + * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Fix incorrect + location of ifndef __ASSUME_FUTEX_CLOCK_REALTIME. + 2010-04-09 Ulrich Drepper <drepper@redhat.com> [BZ #11390] |