From: Ulrich Drepper Date: Mon, 10 Mar 2003 09:00:47 +0000 (+0000) Subject: Remove declaration of __libc_locking_needed. X-Git-Tag: cvs/glibc-2_3_3~1317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acdcbad95398fb5971aaeea2eb60b5cece31648f;p=thirdparty%2Fglibc.git Remove declaration of __libc_locking_needed. --- diff --git a/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h index 884c8e8b051..6ffc41f97d5 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" \