Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76232 | Differences between
and this patch

Collapse All | Expand All

(-)sal/osl/unx/process.c (-5 lines)
Lines 1018-1028 Link Here
1018
			for (i = 0; data.m_pszEnv[i] != NULL; i++)
1018
			for (i = 0; data.m_pszEnv[i] != NULL; i++)
1019
	     		putenv(data.m_pszEnv[i]);
1019
	     		putenv(data.m_pszEnv[i]);
1020
1020
1021
#if defined(LINUX)
1022
            /* mfe: linux likes to have just one thread when the exec family is called */
1023
            /*      this np function has this purpose ...                              */
1024
            pthread_kill_other_threads_np();
1025
#endif
1026
            OSL_TRACE("ChildStatusProc : starting '%s'",data.m_pszArgs[0]);
1021
            OSL_TRACE("ChildStatusProc : starting '%s'",data.m_pszArgs[0]);
1027
     
1022
     
1028
			/* Connect std IO to pipe ends */
1023
			/* Connect std IO to pipe ends */

Return to bug 76232