summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-22 17:19:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-22 17:19:05 +0000
commit87ca78253cd11168a00c8f26165ba27a0da55f0d (patch)
tree4debd402b442bc1b9ea428b7480d0bd8e27099ef
parent825c36b1895c95d0eca963f5766e23cf8d8b4055 (diff)
downloadATCD-87ca78253cd11168a00c8f26165ba27a0da55f0d.tar.gz
ChangeLogTag: Thu Jul 22 12:17:26 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ChangeLog-99b5
-rw-r--r--ace/config-lynxos.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index b49820ca7ec..fbdff368c7e 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,8 @@
+Thu Jul 22 12:17:26 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-lynxos.h: removed ACE_LACKS_FORK on PowerPC.
+ All of the ACE tests that fork now succeed.
+
Thu Jul 22 11:54:58 1999 David L. Levine <levine@cs.wustl.edu>
* tests/SV_Shared_Memory_Test.cpp (child): added a one
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index c988bf8c3ca..25caddcf43c 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -31,8 +31,6 @@
# define ACE_HAS_ALLOCA_H
# define ACE_HAS_PENTIUM
#elif defined (__powerpc__)
- // fork ()/exec () don't seem to work well on PPC.
-# define ACE_LACKS_FORK
// It looks like the default stack size is 15000.
// ACE's Recursive_Mutex_Test needs more.
# define ACE_NEEDS_HUGE_THREAD_STACKSIZE 32000