diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-28 22:53:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-28 22:53:25 +0000 |
commit | 84838b8ff3dc3f826d6c78e25f4e144adea4babe (patch) | |
tree | 41cdcc4666f1dff6ddac9b88ec8b08ce06604c5d /linuxthreads/spinlock.c | |
parent | c0f3519d2e841dbaad086091f610cebc8178e7f6 (diff) | |
download | glibc-84838b8ff3dc3f826d6c78e25f4e144adea4babe.tar.gz glibc-84838b8ff3dc3f826d6c78e25f4e144adea4babe.tar.xz glibc-84838b8ff3dc3f826d6c78e25f4e144adea4babe.zip |
Update.
2000-05-04 Andreas Jaeger <aj@suse.de> * string/string.h: Remove __strdup prototype, it's not needed in this file anymore.
Diffstat (limited to 'linuxthreads/spinlock.c')
-rw-r--r-- | linuxthreads/spinlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |