--- ./sal/osl/unx/process.c.orig 2003-07-02 15:34:17.000000000 +0200 +++ ./sal/osl/unx/process.c 2004-11-01 15:16:40.976815960 +0100 @@ -1017,11 +1017,6 @@ for (i = 0; data.m_pszEnv[i] != NULL; i++) putenv(data.m_pszEnv[i]); -#if defined(LINUX) - /* mfe: linux likes to have just one thread when the exec family is called */ - /* this np function has this purpose ... */ - pthread_kill_other_threads_np(); -#endif OSL_TRACE("ChildStatusProc : starting '%s'",data.m_pszArgs[0]); /* Connect std IO to pipe ends */