Changeset 26415 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 10, 2010 4:30:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r26318 r26415 326 326 if (pid != 0) 327 327 { 328 /* Parent exits, no longer necessary. Child createsgets reparented328 /* Parent exits, no longer necessary. The child gets reparented 329 329 * to the init process. */ 330 330 exit(0);
Note:
See TracChangeset
for help on using the changeset viewer.