This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] boehm-gc/win32_threads.c: Get configuration defines


Looks good to me.

Bryce

Boehm, Hans wrote:

By analogy how about the following, which I can't test?

Hans

Index: aix_irix_threads.c
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/aix_irix_threads.c,v
retrieving revision 1.2
diff -u -r1.2 aix_irix_threads.c
--- aix_irix_threads.c	13 Aug 2004 23:05:29 -0000	1.2
+++ aix_irix_threads.c	23 Aug 2004 20:30:37 -0000
@@ -26,9 +26,10 @@
 * as a base instead.
 */

+# include "private/gc_priv.h"
+
# if defined(GC_IRIX_THREADS) || defined(GC_AIX_THREADS)

-# include "private/gc_priv.h"
# include <pthread.h>
# include <assert.h>
# include <semaphore.h>




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]