diff options
-rw-r--r-- | ChangeLog-97b | 11 | ||||
-rw-r--r-- | ace/Module.h | 2 | ||||
-rw-r--r-- | ace/config-irix5.3-g++.h | 2 | ||||
-rw-r--r-- | ace/config-irix5.3-sgic++.h | 2 |
4 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index e6ff52dd526..b33e22d5e17 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,3 +1,14 @@ +Sat Nov 1 11:55:05 1997 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> + + * ace/config-irix5.3-g++.h, + ace/config-irix5.3-sgic++.h: Removed the ACE_HAS_SYS_SIGLIST + macro since it doesn't seem to be working. Thanks to Laura + Paterno <lpaterno@d0chb.fnal.gov> for reporting this. + + * include/makeinclude/platform_chorus.GNU: Tidied up + platform_chorus.GNU a bit. Thanks to Wei Chiang + <chiang@tele.nokia.fi> for this. + Fri Oct 31 14:35:37 1997 David L. Levine <levine@cs.wustl.edu> * ace/OS.cpp (thr_create): on Chorus, double the stack size to diff --git a/ace/Module.h b/ace/Module.h index 2817935b325..35d5b1f1b4f 100644 --- a/ace/Module.h +++ b/ace/Module.h @@ -108,7 +108,7 @@ public: // be called from within ACE_Task::module_closed() ACE_Task<ACE_SYNCH_2> *sibling (ACE_Task<ACE_SYNCH_2> *orig); - // Set and get pointer to sibling ACE_Task in ACE_Module. + // Set and get pointer to sibling <ACE_Task> in an <ACE_Module> // = Identify the module const char *name (void) const; diff --git a/ace/config-irix5.3-g++.h b/ace/config-irix5.3-g++.h index 152442ee1d0..b83abae0399 100644 --- a/ace/config-irix5.3-g++.h +++ b/ace/config-irix5.3-g++.h @@ -103,7 +103,7 @@ #define ACE_HAS_IRIX_53_SIGNALS // Compiler/platform supports sys_siglist array. -#define ACE_HAS_SYS_SIGLIST +// #define ACE_HAS_SYS_SIGLIST // Platform provides <sys/filio.h> header. #define ACE_HAS_SYS_FILIO_H diff --git a/ace/config-irix5.3-sgic++.h b/ace/config-irix5.3-sgic++.h index 6c6293cfb4f..095097acb3b 100644 --- a/ace/config-irix5.3-sgic++.h +++ b/ace/config-irix5.3-sgic++.h @@ -103,7 +103,7 @@ #define ACE_HAS_IRIX_53_SIGNALS // Compiler/platform supports sys_siglist array. -#define ACE_HAS_SYS_SIGLIST +// #define ACE_HAS_SYS_SIGLIST // Platform provides <sys/filio.h> header. #define ACE_HAS_SYS_FILIO_H |