From c8b5f8603c7ab05829fb0b69a5941b0c203888d3 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 13 Jan 2003 17:40:55 +0000 Subject: Update to 0.18. --- lang/mono/files/patch-mono_jit_jit.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lang/mono/files/patch-mono_jit_jit.c (limited to 'lang/mono/files/patch-mono_jit_jit.c') diff --git a/lang/mono/files/patch-mono_jit_jit.c b/lang/mono/files/patch-mono_jit_jit.c deleted file mode 100644 index 5295734e99f7..000000000000 --- a/lang/mono/files/patch-mono_jit_jit.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mono/jit/jit.c.orig Thu Dec 26 13:13:15 2002 -+++ mono/jit/jit.c Thu Dec 26 13:13:31 2002 -@@ -4184,7 +4184,7 @@ - sigemptyset (&sa.sa_mask); - sa.sa_flags = 0; - //g_assert (syscall (SYS_sigaction, SIGILL, &sa, NULL) != -1); -- g_assert (sigaction (SIGRTMIN, &sa, NULL) != -1); -+ g_assert (sigaction (SIGUSR1, &sa, NULL) != -1); - - #if 1 - /* catch SIGSEGV */ -- cgit v1.2.3