summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 22:15:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 22:15:31 +0000
commit3f0109cbd5e4f7358c725646caf643adefdccdc0 (patch)
treebb3cbbdd89f70965fb2a61ca9a53bf398a4b08c0
parentdd7d3453bbd4e4fcb870381183b67ee5a8c47bb7 (diff)
downloadATCD-3f0109cbd5e4f7358c725646caf643adefdccdc0.tar.gz
Removed ACE_LACKS_FORK on PowerPC. That's not the problem.
-rw-r--r--ace/config-lynxos.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index 3d4b06566a2..8f3b87a1ee7 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -33,10 +33,6 @@
#elif defined (__powerpc__)
// This doesn't work on LynxOS 3.0.0, because it resets the TimeBaseRegister.
// # define ACE_HAS_POWERPC_TIMER
-
- // For unknown reasons, fork () doesn't seem to work well on
- // LynxOS/PowerPC.
- #define ACE_LACKS_FORK
#endif /* __x86__ || __powerpc__ */
// System include files are not in sys/, this gets rid of warning.