diff options
author | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-02 20:42:37 +0000 |
---|---|---|
committer | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-02 20:42:37 +0000 |
commit | 3006386dbe43c4896d9bd142b2652d97db43c847 (patch) | |
tree | cf4558de8eb723bb3067dddcbed95dfdc677bc57 /ChangeLog-97a | |
parent | ee2e658f0ded6abf879128471f7509e735361966 (diff) | |
download | ATCD-3006386dbe43c4896d9bd142b2652d97db43c847.tar.gz |
ACE_Process NO_EXEC change.
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r-- | ChangeLog-97a | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index 544023ce2fd..fd57089def0 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,3 +1,10 @@ +Wed Jul 2 15:39:33 1997 Tim H. Harrison <harrison@waltz.cs.wustl.edu> + + * ace/Process.cpp: Modified spawn to check for the NO_EXEC + flag after forking on UNIX. If it's set, spawn returns the + child pid without exec'ing. Updated the NT version to + always return the child pid on success. + Wed Jul 02 10:55:23 1997 David L. Levine <levine@cs.wustl.edu> * tests/test_config.h: dynamically allocate "ace_file_stream" because |