summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-al
blob: 0c062b4f1567845c8061a888d3490e39fa16a126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.1 2005/07/31 15:26:58 recht Exp $

--- libgc/specific.c.orig	2003-03-31 16:33:32.000000000 +0200
+++ libgc/specific.c
@@ -11,7 +11,7 @@
  * modified is included with the above copyright notice.
  */
 
-#if defined(GC_LINUX_THREADS)
+#if defined(GC_LINUX_THREADS) || defined(GC_NETBSD_THREADS)
 
 #include "private/gc_priv.h" /* For GC_compare_and_exchange, GC_memory_barrier */
 #include "private/specific.h"