components/bind/patches/15975687.increase-stack-size.patch
branchs11u1-sru
changeset 2906 1318926af737
parent 2900 f35da5ae7fdf
child 2907 b70f4f71f1b5
--- a/components/bind/patches/15975687.increase-stack-size.patch	Wed Jan 15 10:02:18 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
---- a/lib/isc/pthreads/thread.c
-+++ b/lib/isc/pthreads/thread.c
-@@ -25,7 +25,7 @@
- #include <isc/util.h>
- 
- #ifndef THREAD_MINSTACKSIZE
--#define THREAD_MINSTACKSIZE		(64U * 1024)
-+#define THREAD_MINSTACKSIZE		(1024U * 1024)
- #endif
- 
- isc_result_t
-