diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 09:51:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 09:51:29 +0000 |
commit | e138a80033905ff82025155c00405da998aa07d3 (patch) | |
tree | fbd032364a739542f1938a70b3f81edae76d6645 /linuxthreads/ChangeLog | |
parent | 0ca7e46e1654e3165953c0485b70b75b0c3d53ae (diff) | |
download | glibc-e138a80033905ff82025155c00405da998aa07d3.tar.gz glibc-e138a80033905ff82025155c00405da998aa07d3.tar.xz glibc-e138a80033905ff82025155c00405da998aa07d3.zip |
Update.
1998-06-26 Ulrich Drepper <drepper@cygnus.com> * spinlock.c: Correct test whether to compile __pthread_compare_and_swap or not.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2bbeb928e9..b4f2ae61b3 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1998-06-26 Ulrich Drepper <drepper@cygnus.com> + + * spinlock.c: Correct test whether to compile + __pthread_compare_and_swap or not. + 1998-06-25 19:27 Ulrich Drepper <drepper@cygnus.com> * attr.c: Finish user stack support. Change locking code to be safe |