summaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-mono_tests_libtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-mono_tests_libtest.c')
-rw-r--r--lang/mono/files/patch-mono_tests_libtest.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/mono/files/patch-mono_tests_libtest.c b/lang/mono/files/patch-mono_tests_libtest.c
deleted file mode 100644
index 24a29481d1cd..000000000000
--- a/lang/mono/files/patch-mono_tests_libtest.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- mono/tests/libtest.c.orig
-+++ mono/tests/libtest.c
-@@ -2978,7 +2978,7 @@
- * mono_method_get_unmanaged_thunk tests
- */
-
--#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__))) || (defined(__ppc__) && defined(__APPLE__)))
-+#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__FreeBSD__)) || (defined(__ppc__) && defined(__APPLE__)))
- #define ALIGN(size) __attribute__ ((aligned(size)))
- #else
- #define ALIGN(size)