]> git.saurik.com Git - wxWidgets.git/commitdiff
Like VMS, EMX (OS/2) doesn't support setsid.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:07:28 +0000 (18:07 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:07:28 +0000 (18:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/utilsunx.cpp

index 0b60c5214cff53d96541e4182b87edfc200e458d..6ff5e309846c2ad6bd7faac8c834a84c379f8fe9 100644 (file)
@@ -605,7 +605,7 @@ long wxExecute(wxChar **argv,
             }
         }
 
-#ifndef __VMS
+#if !defined(__VMS) && !defined(__EMX__)
         if ( flags & wxEXEC_MAKE_GROUP_LEADER )
         {
             // Set process group to child process' pid.  Then killing -pid