vbox的更動 39032 路徑 trunk/src/VBox/Runtime/r3/posix
- 時間撮記:
- 2011-10-19 上午11:08:50 (13 年 以前)
- 位置:
- trunk/src/VBox/Runtime/r3/posix
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r37499 r39032 697 697 if (!fNoChDir) 698 698 { 699 int rcChdir = chdir("/"); 699 int rcIgnored = chdir("/"); 700 NOREF(rcIgnored); 700 701 } 701 702 … … 712 713 char szBuf[256]; 713 714 size_t cbPid = RTStrPrintf(szBuf, sizeof(szBuf), "%d\n", pid); 714 int rcWrite = write(fdPidfile, szBuf, cbPid);715 ssize_t cbIgnored = write(fdPidfile, szBuf, cbPid); NOREF(cbIgnored); 715 716 close(fdPidfile); 716 717 } -
trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
r33540 r39032 311 311 DECL_FORCE_INLINE(int) rtSemEventWait(RTSEMEVENT hEventSem, RTMSINTERVAL cMillies, bool fAutoResume) 312 312 { 313 #ifdef RTSEMEVENT_STRICT 313 314 PCRTLOCKVALSRCPOS pSrcPos = NULL; 315 #endif 314 316 315 317 /*
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器