summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 16:48:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 16:48:22 +0000
commit3d0dba3155acca36150ec41f991beedfed50f095 (patch)
treedd9eb55fa6d93685f2062127466f081cb046ad05
parent0f21efb6a21445e870410d76e78dd6e540ea5a42 (diff)
downloadATCD-3d0dba3155acca36150ec41f991beedfed50f095.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 53839b80722..e3541004214 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -3,6 +3,12 @@ Mon Oct 26 08:22:18 1998 David L. Levine <levine@cs.wustl.edu>
* docs/ACE-guidelines.html: added recommendation and
explanation re. use of #pragma once.
+ * tests/SV_Shared_Memory_Test.cpp: don't try to run this
+ test if ACE_LACKS_FORK, because it uses ACE_OS::fork ().
+ It allocates the shared memory segment before the fork,
+ of course, so that was leaked if the fork was attempted
+ but failed.
+
Mon Oct 26 01:49:44 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/Env_Value_Test.cpp (main): Changed argv and envp to type