VirtualBox

Changeset 27747 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Mar 26, 2010 2:56:44 PM (15 years ago)
Author:
vboxsync
Message:

process-posix.cpp: added todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-posix.cpp

    r27743 r27747  
    176176    pid_t pid = -1;
    177177#ifdef HAVE_POSIX_SPAWN
     178    /** @todo OS/2: implement DETACHED (BACKGROUND stuff), see VbglR3Daemonize.  */
     179    /** @todo Try do the detach thing with posix spawn.  */
    178180    if (   !(fFlags & (RTPROC_FLAGS_DAEMONIZE_DEPRECATED | RTPROC_FLAGS_DETACHED))
    179181        && uid == ~(uid_t)0
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette