about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-24 16:29:35 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-24 16:29:35 +0000
commitad0c66a0c0abfab988ff80002b677fbb4dc76d01 (patch)
tree37d39bfd6473d2117a21448f2619f150e921a1c7 /linuxthreads
parented3d9cc8056ecd4040741227b05f6c8df11cbcbb (diff)
downloadglibc-ad0c66a0c0abfab988ff80002b677fbb4dc76d01.tar.gz
glibc-ad0c66a0c0abfab988ff80002b677fbb4dc76d01.tar.xz
glibc-ad0c66a0c0abfab988ff80002b677fbb4dc76d01.zip
Update.
	* internals.h (struct _pthread_descr_struct): Add p_condvar_avail.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog1
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>