* internals.h (struct _pthread_descr_struct): Add p_condvar_avail.
This commit is contained in:
Ulrich Drepper 2000-07-24 16:29:35 +00:00
parent ed3d9cc805
commit ad0c66a0c0
1 changed files with 1 additions and 0 deletions

View File

@ -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>