diff options
Diffstat (limited to 'lang/mono/patches/patch-al')
-rw-r--r-- | lang/mono/patches/patch-al | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/mono/patches/patch-al b/lang/mono/patches/patch-al new file mode 100644 index 00000000000..0c062b4f156 --- /dev/null +++ b/lang/mono/patches/patch-al @@ -0,0 +1,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" |