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 <[EMAIL PROTECTED]>

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

        Reported by: Riccardo Mottola <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
 
+       * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:
+       Import limits.h instead of linux specific bits/local_lim.h.
+
+       Reported by: Riccardo Mottola <[EMAIL PROTECTED]>
+
+2004-03-15  Dalibor Topic <[EMAIL PROTECTED]>
+
        * 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

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to