diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-05 12:52:50 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-05 12:52:50 +0000 |
commit | 668e20235163c64d585977d08231e251bfa434d1 (patch) | |
tree | 926a5a64f22deae0f8d08b79ddc74ab9e5b10454 /ace/Process.cpp | |
parent | 21ab81cc29f92961992443a70f5cf33162b89783 (diff) | |
download | ATCD-668e20235163c64d585977d08231e251bfa434d1.tar.gz |
ChangeLogTag:Tue Mar 5 05:51:44 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Process.cpp')
-rw-r--r-- | ace/Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process.cpp b/ace/Process.cpp index bff62bef0a6..ab9fa9ac817 100644 --- a/ace/Process.cpp +++ b/ace/Process.cpp @@ -281,7 +281,7 @@ ACE_Process::spawn (ACE_Process_Options &options) // Exit with the errno so that the calling process can // catch this and figure out what went wrong. - ACE_OS::exit (errno); + ACE_OS::_exit (errno); } // ... otherwise, this is never reached. return 0; |