From ed4fdea26bcbd6abe878da863805f86822acf277 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Mon, 18 Jan 1999 00:03:36 +0000 Subject: move private spinlock protos out --- lib/libc_r/include/spinlock.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/libc_r/include/spinlock.h') diff --git a/lib/libc_r/include/spinlock.h b/lib/libc_r/include/spinlock.h index 152e6f2e775..4da4a9ec500 100644 --- a/lib/libc_r/include/spinlock.h +++ b/lib/libc_r/include/spinlock.h @@ -29,8 +29,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: spinlock.h,v 1.2 1999/01/08 08:25:37 d Exp $ - * $OpenBSD: spinlock.h,v 1.2 1999/01/08 08:25:37 d Exp $ + * $Id: spinlock.h,v 1.3 1999/01/18 00:03:34 d Exp $ + * $OpenBSD: spinlock.h,v 1.3 1999/01/18 00:03:34 d Exp $ * * Lock definitions used in both libc and libpthread. * @@ -72,8 +72,6 @@ void _spinlock_debug __P((spinlock_t *, const char *, int)); /* is_locked functions() return 1 if lock is locked. */ int _atomic_lock __P((volatile _spinlock_lock_t *)); int _atomic_is_locked __P((volatile _spinlock_lock_t *)); -int _thread_slow_atomic_lock __P((volatile _spinlock_lock_t *)); -int _thread_slow_atomic_is_locked __P((volatile _spinlock_lock_t *)); __END_DECLS #endif /* _SPINLOCK_H_ */ -- cgit v1.2.3