From 84838b8ff3dc3f826d6c78e25f4e144adea4babe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 May 2000 22:53:25 +0000 Subject: Update. 2000-05-04 Andreas Jaeger * string/string.h: Remove __strdup prototype, it's not needed in this file anymore. --- linuxthreads/ChangeLog | 2 ++ linuxthreads/spinlock.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 38cbe5879b..952815c579 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,7 @@ 2000-05-28 Ulrich Drepper + * spinlock.c (__pthread_lock): Remove ASSERT. + * Makefile (tests): Add ex8. * Examples/ex8.c: New file. diff --git a/linuxthreads/spinlock.c b/linuxthreads/spinlock.c index 50edfa38cb..3f5b8233b0 100644 --- a/linuxthreads/spinlock.c +++ b/linuxthreads/spinlock.c @@ -52,7 +52,6 @@ void internal_function __pthread_lock(struct _pthread_fastlock * lock, newstatus = (long) self; } if (self != NULL) { - ASSERT(self->p_nextlock == NULL); THREAD_SETMEM(self, p_nextlock, (pthread_descr) oldstatus); /* Make sure the store in p_nextlock completes before performing the compare-and-swap */ -- cgit v1.2.3