diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-04-04 10:40:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-04-04 10:40:24 +0000 |
commit | f9788f8b942b1237bf6ebcaa89d67e0d7485be70 (patch) | |
tree | 3685b8294902840404806e6aa86fde8e4b67ce5d /net/b2bua/files/patch-util::threads::vthread-linux.cxx | |
parent | add mpb 1.4.2 (diff) |
Update to 1.5.0.
Diffstat (limited to 'net/b2bua/files/patch-util::threads::vthread-linux.cxx')
-rw-r--r-- | net/b2bua/files/patch-util::threads::vthread-linux.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/b2bua/files/patch-util::threads::vthread-linux.cxx b/net/b2bua/files/patch-util::threads::vthread-linux.cxx deleted file mode 100644 index 47add5110f42..000000000000 --- a/net/b2bua/files/patch-util::threads::vthread-linux.cxx +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- util/threads/vthread-linux.cxx 2003/01/31 09:50:14 1.1 -+++ util/threads/vthread-linux.cxx 2003/01/31 09:52:19 -@@ -191,6 +191,12 @@ - pthread_attr_setscope(&myAttributes, PTHREAD_SCOPE_SYSTEM); - #endif - -+#if defined (__FreeBSD__) -+ // Default FreeBSD thread stack size (64KB) is not sufficient for the -+ // b2bua bloatware -+ pthread_attr_setstacksize (&myAttributes, 1024*1024); -+#endif -+ - // spawn the thread - return ( pthread_create( &myId, &myAttributes, startFunc, startArgs ) ); - } |