summaryrefslogtreecommitdiff
path: root/ChangeLog-97a
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-19 17:01:29 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-19 17:01:29 +0000
commitf749aee09fe958122da8d1d68bf4d5099ae3c0ed (patch)
tree931b76feeeebf839117e5fb2b2d0b8bf09432bce /ChangeLog-97a
parent810845237ef4743951b52f45ea35a7b9be31a8c7 (diff)
downloadATCD-f749aee09fe958122da8d1d68bf4d5099ae3c0ed.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r--ChangeLog-97a4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 18803bbe358..3bafbc51123 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,5 +1,9 @@
Wed Jun 18 19:43:35 1997 David L. Levine <levine@cs.wustl.edu>
+ * ace/Signal.cpp: 'removed "const" from #define of
+ ACE_MAX_SIGNAL_HANDLERS because it broke Irix 6.2 build. Thanks
+ to Gonzalo A. Diethelm <gonzo@ing.puc.cl> for reporting this.
+
* examples/Threads/task_four.cpp (Invoker_Task::svc): fixed typo,
n_tasks instead of ntasks.