Changeset 7153
- Timestamp:
- 07/23/07 22:40:08
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenThreads/trunk/src/OpenThreads/sproc/SprocThread.c++
r6584 r7153 43 43 #endif 44 44 45 void sproc_dead_child_sig_handler(int sigid);45 static void sproc_dead_child_sig_handler(int sigid); 46 46 47 47 //----------------------------------------------------------------------------- … … 536 536 int status; 537 537 538 return waitpid((pid_t)getProcessId(), &status, NULL);538 return waitpid((pid_t)getProcessId(), &status, 0); 539 539 //return status; 540 540
