summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2001-08-24 04:44:27 +0000
committerrpj <rpj>2001-08-24 04:44:27 +0000
commitdcc0da53c266b2e6c3d54892919112ee0106c88c (patch)
tree60ef9885c6463856cd3918452fbb36a7bdbcb5bd /ChangeLog
parent882ec36f8d033e07d3bb272ee22554314226ea01 (diff)
* condvar.c (pthread_cond_destroy): Remove cv element
that is no longer used. * implement.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 024d2bd..ab8ab92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-24 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
+
+ * condvar.c (pthread_cond_destroy): Remove cv element
+ that is no longer used.
+ * implement.h: Likewise.
+
2001-08-23 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
Contributed by - "Alexander Terekhov" <TEREKHOV@de.ibm.com>