]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-nptl.patch
- up
[packages/libreoffice.git] / openoffice-nptl.patch
1 --- ooo-build-1.3.0/build/OOO_1_1_2/sal/osl/unx/process.c.orig  2003-07-02 15:34:17.000000000 +0200
2 +++ ooo-build-1.3.0/build/OOO_1_1_2/sal/osl/unx/process.c       2004-07-30 09:04:58.196672392 +0200
3 @@ -1017,11 +1017,6 @@
4                         for (i = 0; data.m_pszEnv[i] != NULL; i++)
5                         putenv(data.m_pszEnv[i]);
6  
7 -#if defined(LINUX)
8 -            /* mfe: linux likes to have just one thread when the exec family is called */
9 -            /*      this np function has this purpose ...                              */
10 -            pthread_kill_other_threads_np();
11 -#endif
12              OSL_TRACE("ChildStatusProc : starting '%s'",data.m_pszArgs[0]);
13       
14                         /* Connect std IO to pipe ends */
This page took 0.026954 seconds and 3 git commands to generate.