Changeset 33134 in vbox for trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
- Timestamp:
- Oct 14, 2010 2:03:51 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66666
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r33044 r33134 384 384 { 385 385 /* Must wait for the temporary process to avoid a zombie. */ 386 int status ;386 int status = 0; 387 387 waitpid(pid, &status, 0); 388 388 /* Assume that something wasn't found. No detailed info. */
Note:
See TracChangeset
for help on using the changeset viewer.