about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-10 09:00:47 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-10 09:00:47 +0000
commitacdcbad95398fb5971aaeea2eb60b5cece31648f (patch)
tree5c505378c4fc62e66d452a7ef1a1f1ab56018594
parentfcc60e3b832d24a7ea676e87343390e1dd7f6425 (diff)
downloadglibc-acdcbad95398fb5971aaeea2eb60b5cece31648f.tar.gz
glibc-acdcbad95398fb5971aaeea2eb60b5cece31648f.tar.xz
glibc-acdcbad95398fb5971aaeea2eb60b5cece31648f.zip
Remove declaration of __libc_locking_needed.
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h3
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"				      \