From: Stefan Neis Date: Sun, 25 Aug 2002 18:07:28 +0000 (+0000) Subject: Like VMS, EMX (OS/2) doesn't support setsid. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e8e776aac3bde7ce4b4c7512b3f6bb53baf62e1f Like VMS, EMX (OS/2) doesn't support setsid. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 0b60c5214c..6ff5e30984 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -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