[kaffe] CVS kaffe (guilhem): Compilation fixes
Kaffe CVS
cvs-commits at kaffe.org
Thu Jul 8 10:38:39 PDT 2004
PatchSet 4914
Date: 2004/07/08 17:33:42
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Compilation fixes
* kaffe/kaffevm/systems/unix-pthreads/signal.c: Compilation fixes.
Members:
kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.28->1.29
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.28 kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.29
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.28 Thu Jul 8 17:29:52 2004
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c Thu Jul 8 17:33:42 2004
@@ -22,6 +22,10 @@
#include "debug.h"
#include "md.h"
+#ifndef MAINSTACKSIZE
+#define MAINSTACKSIZE (1024*1024)
+#endif
+
static char stat_act[] = { ' ', 'a' };
static char stat_susp[] = { ' ', 's', ' ', 'r', ' ', ' ', ' ', ' ', ' ', ' ', ' ' };
static char stat_block[] = { ' ', 'T', 'm', ' ', 'c', ' ', ' ', ' ', 't', ' ', ' ' };
More information about the kaffe
mailing list