vbox的更動 39801 路徑 trunk/src/VBox/Runtime/r3/posix
- 時間撮記:
- 2012-1-18 下午06:01:11 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器