[kaffe] CVS kaffe (guilhem): Compilation fixes

Kaffe CVS cvs-commits at kaffe.org
Thu Jul 8 11:05:10 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 
	ChangeLog:1.2480->1.2481 

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', ' ', ' ' };
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2480 kaffe/ChangeLog:1.2481
--- kaffe/ChangeLog:1.2480	Thu Jul  8 17:29:43 2004
+++ kaffe/ChangeLog	Thu Jul  8 17:33:37 2004
@@ -1,5 +1,9 @@
 2004-07-08  Guilhem Lavaux <guilhem at kaffe.org>
 
+	* kaffe/kaffevm/systems/unix-pthreads/signal.c: Compilation fixes.
+
+2004-07-08  Guilhem Lavaux <guilhem at kaffe.org>
+
 	* config/i386/linux/md.[ch]: Fixed use of stack base/end.
 
 	* kaffe/kaffevm/external.c




More information about the kaffe mailing list