Changeset 15007 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Dec 4, 2008 8:32:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r15001 r15007 64 64 RTR3DECL(int) RTProcCreate(const char *pszExec, const char * const *papszArgs, RTENV Env, unsigned fFlags, PRTPROCESS pProcess) 65 65 { 66 int rc ;66 int rc = 0; 67 67 68 68 /*
Note:
See TracChangeset
for help on using the changeset viewer.