Changeset 39801 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Jan 18, 2012 6:01:11 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r33602 r39801 131 131 RTR3DECL(int) RTProcTerminate(RTPROCESS Process) 132 132 { 133 if (Process == NIL_RTPROCESS) 134 return VINF_SUCCESS; 135 133 136 if (!kill(Process, SIGKILL)) 134 137 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.