diff options
Diffstat (limited to 'lang/mono/files/patch-mono_jit_jit.c')
| -rw-r--r-- | lang/mono/files/patch-mono_jit_jit.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_jit_jit.c b/lang/mono/files/patch-mono_jit_jit.c new file mode 100644 index 000000000000..5295734e99f7 --- /dev/null +++ b/lang/mono/files/patch-mono_jit_jit.c @@ -0,0 +1,11 @@ +--- 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 */ |
