Changeset 47104 in vbox
- Timestamp:
- Jul 11, 2013 3:55:40 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r47102 r47104 564 564 { 565 565 #ifdef RT_OS_SOLARIS 566 int templateFd = -1; 566 567 if (!(fFlags & RTPROC_FLAGS_SAME_CONTRACT)) 567 568 { 568 inttemplateFd = rtSolarisContractPreFork();569 templateFd = rtSolarisContractPreFork(); 569 570 if (templateFd == -1) 570 571 return VERR_OPEN_FAILED;
Note:
See TracChangeset
for help on using the changeset viewer.