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/sysdeps/unix/sysv/linux/sh/lowlevellock.S | |
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/sysdeps/unix/sysv/linux/sh/lowlevellock.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S b/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S index 49b4e6d6e0..0d02083c46 100644 --- a/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S +++ b/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 +/* Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -282,6 +282,7 @@ __lll_timedlock_wait: rts mov.l @r15+, r12 +# ifndef __ASSUME_FUTEX_CLOCK_REALTIME .align 2 # ifdef PIC .Lgot: @@ -293,7 +294,6 @@ __lll_timedlock_wait: .long __have_futex_clock_realtime # endif -# ifndef __ASSUME_FUTEX_CLOCK_REALTIME .Lreltmo: /* Check for a valid timeout value. */ mov.l @(4,r6), r1 |