From 3737ff12bcf09b8724905483b57e063125e0f43c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 13 Apr 2000 07:30:27 +0000 Subject: Update. 2000-04-13 Ulrich Drepper * posix/globtest.sh: Work around inconsistency with expanding ~/ in shell (PR libc/1690). Reported by patsmith@pobox.com. --- linuxthreads/spinlock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'linuxthreads/spinlock.c') diff --git a/linuxthreads/spinlock.c b/linuxthreads/spinlock.c index 981d7a44c0..6e7eb12e57 100644 --- a/linuxthreads/spinlock.c +++ b/linuxthreads/spinlock.c @@ -82,8 +82,6 @@ void internal_function __pthread_lock(pthread_spinlock_t * lock, /* Put back any resumes we caught that don't belong to us. */ while (spurious_wakeup_count--) restart(self); - - return 0; } int __pthread_spin_lock(pthread_spinlock_t * lock) { -- cgit 1.4.1