summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-04-19 02:38:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-04-19 02:38:00 +0000
commit4c1fc2089d7a3245cbf1a09f8ce73eb570e4e261 (patch)
treef0c25954b317f7ff07852e8bfc50bc38cb5bda11 /ChangeLog
parentbd057315a88adb957bfebc1733931f6accd3d97e (diff)
downloadATCD-4c1fc2089d7a3245cbf1a09f8ce73eb570e4e261.tar.gz
ChangeLogTag:Tue Apr 18 21:32:21 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c46e8966523..2bd7c670db1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+Tue Apr 18 21:32:21 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/OS.i (sema_init): Fixed another problem that required
+ a cast to ACE_mutexattr_t *. Thanks to Priyanka for
+ reporting this.
+
Tue Apr 18 19:39:41 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Synch.cpp,
- * ace/OS.cpp: Added a cast to ACE_mutexaddr_t *. Thanks to
+ * ace/OS.cpp: Added a cast to ACE_mutexattr_t *. Thanks to
Darrell for pointing this out.
Tue Apr 18 15:18:53 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>