summaryrefslogtreecommitdiff
path: root/ace/Process_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Process_Manager.h')
-rw-r--r--ace/Process_Manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Process_Manager.h b/ace/Process_Manager.h
index 0074a752fc1..0cf697e2d38 100644
--- a/ace/Process_Manager.h
+++ b/ace/Process_Manager.h
@@ -159,9 +159,9 @@ public:
// Block until pid exits or <timeout> expires.
// Returns 0 on success and -1 on failure.
- int wait (pid_t pid = -(ACE_OS::getpid( )),
- int *stat_loc = 0,
- int options = WNOHANG );
+ int wait (pid_t pid,
+ int *stat_loc,
+ int options);
// Reap the result of a single process by calling <ACE_OS::wait>.
// If the child is successfully reaped, <remove> is called
// automatically. Note that this method can be portably called