From acdcbad95398fb5971aaeea2eb60b5cece31648f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 10 Mar 2003 09:00:47 +0000 Subject: Remove declaration of __libc_locking_needed. --- nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h | 3 --- 1 file changed, 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 -/* 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" \ -- cgit 1.4.1