diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-24 16:29:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-24 16:29:35 +0000 |
commit | ad0c66a0c0abfab988ff80002b677fbb4dc76d01 (patch) | |
tree | 37d39bfd6473d2117a21448f2619f150e921a1c7 /linuxthreads | |
parent | ed3d9cc8056ecd4040741227b05f6c8df11cbcbb (diff) | |
download | glibc-ad0c66a0c0abfab988ff80002b677fbb4dc76d01.tar.gz |
Update.
* internals.h (struct _pthread_descr_struct): Add p_condvar_avail.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c4247b290c..062572b59f 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,6 +1,7 @@ 2000-07-24 Ulrich Drepper <drepper@redhat.com> * condvar.c: Handle spurious wakeups. [PR libc/1749]. + * internals.h (struct _pthread_descr_struct): Add p_condvar_avail. 2000-07-21 Ulrich Drepper <drepper@redhat.com> |