blob: 3e3360b2f422c986101ba2c1953ddc005707f718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- ./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 */
|