Changeset 80569 in vbox for trunk/src/libs/xpcom18a4/nsprpub
- Timestamp:
- Sep 3, 2019 2:34:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxproces.c
r33404 r80569 601 601 vrc = RTProcCreateEx(path, (const char **)argv, childEnv, 602 602 RTPROC_FLAGS_DETACHED, pStdIn, pStdOut, pStdErr, 603 NULL /* pszAsUser */, NULL /* pszPassword */, 603 NULL /* pszAsUser */, NULL /* pszPassword */, NULL /* pExtraData */, 604 604 NULL /* phProcess */); 605 605 if (newEnv != RTENV_DEFAULT) {
Note:
See TracChangeset
for help on using the changeset viewer.