VirtualBox

Changeset 44489 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 31, 2013 1:06:51 PM (12 years ago)
Author:
vboxsync
Message:

The deatch problem on OS/2 is in RTProcCreate.

File:
1 edited

Legend:

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

    r40825 r44489  
    298298    AssertReturn(!pszPassword || pszAsUser, VERR_INVALID_PARAMETER);
    299299    AssertPtrNullReturn(pszPassword, VERR_INVALID_POINTER);
     300#if defined(RT_OS_OS2)
     301    if (fFlags & RTPROC_FLAGS_DETACHED)
     302        return VERR_PROC_DETACH_NOT_SUPPORTED;
     303#endif
    300304
    301305    /*
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