Inch towards JVM (Sun, 1.4.0) working.
- Thread stack size = 1 Meg
- Alias for __pthread_kill_other_threads_np
Now at least valgrind doesn't crash/assert.  Still doesn't work tho.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@373 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h
index aacb1bc..ba22030 100644
--- a/coregrind/vg_include.h
+++ b/coregrind/vg_include.h
@@ -151,7 +151,7 @@
 
 /* Stack size for a thread.  We try and check that they do not go
    beyond it. */
-#define VG_PTHREAD_STACK_SIZE 65536
+#define VG_PTHREAD_STACK_SIZE (1 << 20)
 
 /* Number of entries in the semaphore-remapping table. */
 #define VG_N_SEMAPHORES 50