From 9ae0909b35bc7ed04897536cbf224f7e134b5184 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Dec 2002 10:59:14 +0000 Subject: Update. 2002-12-13 Ulrich Drepper * misc/syslog.c (log_cleanup): Don't use parameter in __libc_lock_unlock call, use syslog_lock directly. Adjust callers to pass NULL instead of a pointer to syslog_lock. --- nptl/sysdeps/pthread/bits/libc-lock.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'nptl/sysdeps/pthread/bits/libc-lock.h') diff --git a/nptl/sysdeps/pthread/bits/libc-lock.h b/nptl/sysdeps/pthread/bits/libc-lock.h index 555f05db85..d46f74817e 100644 --- a/nptl/sysdeps/pthread/bits/libc-lock.h +++ b/nptl/sysdeps/pthread/bits/libc-lock.h @@ -25,12 +25,6 @@ #include -#if defined _LIBC && !defined NOT_IN_libc -/* Nonzero if locking is needed. */ -extern int __libc_locking_needed attribute_hidden; -#endif - - /* Fortunately Linux now has a mean to do locking which is realtime safe without the aid of the thread library. We also need no fancy options like error checking mutexes etc. We only need simple -- cgit v1.2.3