summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 21:16:36 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 21:16:36 +0000
commitcf4ea71ea3d7ff726d0b8cf458ba916404f0ceec (patch)
treecaf83eeaebe49852b7aa5b0e22bf6c6664c3bd49 /ChangeLog-98b
parent7542d726cc49815b12291b545f1c77ce88299175 (diff)
downloadATCD-cf4ea71ea3d7ff726d0b8cf458ba916404f0ceec.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 7c5eeeba3f4..d13c12f6058 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -15,6 +15,13 @@ Tue Jan 05 08:08:06 1999 David L. Levine <levine@cs.wustl.edu>
MT_Reactor_Timer_Test comes closer to passing. It now
chokes on the wait () near the end.
+ * ace/OS.i (thr_getspecific): moved return 0 statement inside
+ the Draft 7/STD #else block, to avoid warning about unreachable
+ statement with Draft 4/6.
+
+ * ace/config-osf1-4.0.h: with Draft 4 pthreads, added
+ ACE_LACKS_READDIR_R.
+
Tue Jan 5 00:59:04 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Synch: Changed the remove() method of ACE_Thread_Mutex,