diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 10:03:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 10:03:25 +0000 |
commit | b195f6bcb3127b64159d9f9a3fd287151e2dcd28 (patch) | |
tree | d698c8b4234d3b6c9edfc25c418a21de7a2ba82d /linuxthreads/ChangeLog | |
parent | e138a80033905ff82025155c00405da998aa07d3 (diff) | |
download | glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.tar.gz glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.tar.xz glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.zip |
Update.
* sysdeps/pthread/pthread.h (PTHREAD_RWLOCK_INITIALIZER): Correct for new definition of pthread_rwlock_t.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b4f2ae61b3..02d5f8eabf 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 1998-06-26 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/pthread/pthread.h (PTHREAD_RWLOCK_INITIALIZER): Correct + for new definition of pthread_rwlock_t. + * spinlock.c: Correct test whether to compile __pthread_compare_and_swap or not. |