* solaris_threads.c: And another one.
svn path=/trunk/mono/; revision=62064
2006-06-26 Zoltan Varga <vargaz@gmail.com>
+ * solaris_threads.c: And another one.
+
* solaris_pthreads.c: Avoid another solaris/x86 #error.
2006-04-08 Zoltan Varga <vargaz@gmail.com>
# include "private/gc_priv.h"
# if defined(GC_SOLARIS_THREADS) || defined(GC_SOLARIS_PTHREADS)
+
+/* Avoid #error"Cannot use procfs in the large file compilation environment" */
+#if defined(_ILP32) && (_FILE_OFFSET_BITS != 32)
+#undef _FILE_OFFSET_BITS
+#define _FILE_OFFSET_BITS 32
+#endif
+
# include "private/solaris_threads.h"
# include <thread.h>
# include <synch.h>