diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-06-18 10:34:13 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-06-18 10:34:13 +0000 |
commit | 7bd4daf9969c1fb2f5224b41ccaf8b7864d427ec (patch) | |
tree | cbd51e1012e9151ce010eb8e8358378aeebd2b54 /lang/sml-nj-devel/files/extra-patch-signals | |
parent | Update to 0.3.0. (diff) |
Upgrade to development version 110.33.
Diffstat (limited to 'lang/sml-nj-devel/files/extra-patch-signals')
-rw-r--r-- | lang/sml-nj-devel/files/extra-patch-signals | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/sml-nj-devel/files/extra-patch-signals b/lang/sml-nj-devel/files/extra-patch-signals deleted file mode 100644 index 5546f0e4f7e8..000000000000 --- a/lang/sml-nj-devel/files/extra-patch-signals +++ /dev/null @@ -1,21 +0,0 @@ -*** src.old/runtime/mach-dep/signal-sysdep.h Sat Jan 22 18:15:21 2000 ---- src/runtime/mach-dep/signal-sysdep.h Sun Jan 23 01:46:53 2000 -*************** -*** 396,403 **** - # elif defined(OPSYS_FREEBSD) - /** x86, FreeBSD **/ - # define SIG_FAULT1 SIGFPE -! # define INT_DIVZERO(s, c) (((s) == SIGFPE) && ((c) == FPE_INTDIV_TRAP)) -! # define INT_OVFLW(s, c) (((s) == SIGFPE) && ((c) == FPE_INTOVF_TRAP)) - - # define SIG_GetCode(info, scp) (info) - # define SIG_GetPC(scp) ((scp)->sc_pc) ---- 396,403 ---- - # elif defined(OPSYS_FREEBSD) - /** x86, FreeBSD **/ - # define SIG_FAULT1 SIGFPE -! # define INT_DIVZERO(s, c) (((s) == SIGFPE) && ((c) == FPE_INTDIV)) -! # define INT_OVFLW(s, c) (((s) == SIGFPE) && ((c) == FPE_INTOVF)) - - # define SIG_GetCode(info, scp) (info) - # define SIG_GetPC(scp) ((scp)->sc_pc) |