projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd0d49
)
Formerly ../mach/setup-thread.c.~4~
author
roland
<roland>
Tue, 8 Mar 1994 04:12:00 +0000
(
04:12
+0000)
committer
roland
<roland>
Tue, 8 Mar 1994 04:12:00 +0000
(
04:12
+0000)
mach/setup-thread.c
patch
|
blob
|
history
diff --git
a/mach/setup-thread.c
b/mach/setup-thread.c
index
c4ccfaa
..
4f78a74
100644
(file)
--- a/
mach/setup-thread.c
+++ b/
mach/setup-thread.c
@@
-20,7
+20,7
@@
Cambridge, MA 02139, USA. */
#include "thread_state.h"
#include <string.h>
-#define STACK_SIZE (
4 * __vm_page_size) /* ? XXX
*/
+#define STACK_SIZE (
16 * 1024 * 1024) /* 16MB, arbitrary.
*/
/* Give THREAD a stack and set it to run at PC when resumed. */
kern_return_t