summaryrefslogtreecommitdiff
path: root/ace/Process_Manager.h
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-05 07:10:14 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-05 07:10:14 +0000
commit63179b8906f48b3cff8df196e2eab458b73e018e (patch)
treeb4d193635b788ac4fd947160cfe441fc0fb25eb6 /ace/Process_Manager.h
parentdb5eb55f09c0a478397c0bb898a6dd01b1d4b182 (diff)
downloadATCD-63179b8906f48b3cff8df196e2eab458b73e018e.tar.gz
ChangeLogTag: Sat Sep 05 02:05:00 1999 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'ace/Process_Manager.h')
-rw-r--r--ace/Process_Manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process_Manager.h b/ace/Process_Manager.h
index 13a194a8fd8..7f92a64273a 100644
--- a/ace/Process_Manager.h
+++ b/ace/Process_Manager.h
@@ -230,7 +230,7 @@ public:
// ACE_INVALID_PID on error.
int reap (pid_t pid = -1,
- int *stat_loc = 0,
+ ACE_exitcode *stat_loc = 0,
int options = WNOHANG);
// Reap the result of a single process by calling <ACE_OS::waitpid>,
// therefore, this method is not portable to Win32. If the child is