diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 17:40:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 17:40:55 +0000 |
commit | c8b5f8603c7ab05829fb0b69a5941b0c203888d3 (patch) | |
tree | 099daf290c051b840620d13805ba13692d035418 /lang/mono/files/patch-mono_jit_jit.c | |
parent | add xsel 0.04.1 (diff) |
Update to 0.18.
Notes
Notes:
svn path=/head/; revision=73061
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, 0 insertions, 11 deletions
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 */ |