[kaffe] CVS kaffe (dalibor): Small include file fix for pthreads

Kaffe CVS cvs-commits at kaffe.org
Mon Mar 15 09:36:01 PST 2004


PatchSet 4520 
Date: 2004/03/15 17:22:27
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Small include file fix for pthreads

2004-03-15  Dalibor Topic <robilad at kaffe.org>

        * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:
        Import limits.h instead of linux specific bits/local_lim.h.

        Reported by: Riccardo Mottola <zuse at libero.it>

Members: 
	ChangeLog:1.2098->1.2099 
	kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.20->1.21 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2098 kaffe/ChangeLog:1.2099
--- kaffe/ChangeLog:1.2098	Mon Mar 15 14:19:43 2004
+++ kaffe/ChangeLog	Mon Mar 15 17:22:27 2004
@@ -1,5 +1,12 @@
 2004-03-15  Dalibor Topic <robilad at kaffe.org>
 
+	* kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:
+	Import limits.h instead of linux specific bits/local_lim.h.
+
+	Reported by: Riccardo Mottola <zuse at libero.it>
+
+2004-03-15  Dalibor Topic <robilad at kaffe.org>
+
 	* kaffe/kaffevm/systems/unix-jthreads/jthread.c:
 	Poll for POLLHUP, too, since some systems only set
 	PULLHUP on EOF.
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.20 kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.21
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.20	Tue Feb 17 04:13:31 2004
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c	Mon Mar 15 17:22:29 2004
@@ -47,7 +47,7 @@
  * typedefs & defines
  */
 
-#include <bits/local_lim.h>
+#include <limits.h>
 
 /*
  * This is the configurable section. Note that SCHED_FIFO is the only




More information about the kaffe mailing list