diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-10 09:00:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-10 09:00:47 +0000 |
commit | acdcbad95398fb5971aaeea2eb60b5cece31648f (patch) | |
tree | 5c505378c4fc62e66d452a7ef1a1f1ab56018594 /nptl/sysdeps | |
parent | fcc60e3b832d24a7ea676e87343390e1dd7f6425 (diff) | |
download | glibc-acdcbad95398fb5971aaeea2eb60b5cece31648f.tar.gz glibc-acdcbad95398fb5971aaeea2eb60b5cece31648f.tar.xz glibc-acdcbad95398fb5971aaeea2eb60b5cece31648f.zip |
Remove declaration of __libc_locking_needed.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h index 884c8e8b05..6ffc41f97d 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h +++ b/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h @@ -185,9 +185,6 @@ extern int lll_unlock_wake_cb (int *__futex) attribute_hidden; XXX In future we might even want to avoid it on UP machines. */ # include <tls.h> -/* Nonzero if locking is needed. */ -extern int __libc_locking_needed attribute_hidden; - # define lll_trylock(futex) \ ({ unsigned char ret; \ __asm __volatile ("cmpl $0, %%gs:%P5\n\t" \ |