diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:16:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:16:15 +0000 |
commit | df8b044cb19cccdfe77d2d0987c85b5a83fbe216 (patch) | |
tree | 72c8beb734c340f79e4f7cca89180d33ae4a5c09 /lang/mono/files/patch-mono_jit_jit.c | |
parent | Update to 1.2.2. (diff) |
Update to 0.17.
Requested by: many
Not tested by: me
Notes
Notes:
svn path=/head/; revision=72080
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 */ |