summaryrefslogtreecommitdiff
path: root/linuxthreads/spinlock.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-13 07:30:27 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-13 07:30:27 +0000
commit3737ff12bcf09b8724905483b57e063125e0f43c (patch)
treef21c08bfcd0c032ebdd9c9e0f80f8ce5567f7e34 /linuxthreads/spinlock.c
parent07d641eba62594c93ea37d12b1d18fc3c5b64b6d (diff)
Update.
2000-04-13 Ulrich Drepper <drepper@redhat.com> * posix/globtest.sh: Work around inconsistency with expanding ~/ in shell (PR libc/1690). Reported by patsmith@pobox.com.
Diffstat (limited to 'linuxthreads/spinlock.c')
-rw-r--r--linuxthreads/spinlock.c2
1 files changed, 0 insertions, 2 deletions
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)
{