Changeset 27747 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Mar 26, 2010 2:56:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r27743 r27747 176 176 pid_t pid = -1; 177 177 #ifdef HAVE_POSIX_SPAWN 178 /** @todo OS/2: implement DETACHED (BACKGROUND stuff), see VbglR3Daemonize. */ 179 /** @todo Try do the detach thing with posix spawn. */ 178 180 if ( !(fFlags & (RTPROC_FLAGS_DAEMONIZE_DEPRECATED | RTPROC_FLAGS_DETACHED)) 179 181 && uid == ~(uid_t)0
Note:
See TracChangeset
for help on using the changeset viewer.