[Pkg-mono-svn-commits] [SCM] mono branch, upstream-2.10.1/debian/patches/kfreebsd_support, updated. upstream/2.10.1-3-g0e3d427
Jo Shields
directhex at apebox.org
Sun Apr 10 09:25:37 UTC 2011
The following commit has been merged in the upstream-2.10.1/debian/patches/kfreebsd_support branch:
commit 0e3d427b26354e2b899c12d6a24336140dafb537
Author: Jo Shields <directhex at apebox.org>
Date: Sun Apr 10 10:23:14 2011 +0100
Ensure SIGXFSZ is used instead of SIGPWR on kFreeBSD. (Closes: #621907)
diff --git a/mono/metadata/sgen-gc.h b/mono/metadata/sgen-gc.h
index 1282118..2754ee3 100644
--- a/mono/metadata/sgen-gc.h
+++ b/mono/metadata/sgen-gc.h
@@ -182,7 +182,7 @@ struct _GCMemSection {
typedef struct _SgenPinnedChunk SgenPinnedChunk;
-#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__)
+#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
const static int suspend_signal_num = SIGXFSZ;
#else
const static int suspend_signal_num = SIGPWR;
--
mono
More information about the Pkg-mono-svn-commits
mailing list