From fa766600edf7a2a8335b44f7a49a4cff7e787f7c Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 26 Oct 2003 16:42:22 +0000 Subject: [PATCH] * texception4 fix merge --- rtl/bsd/system.pp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/rtl/bsd/system.pp b/rtl/bsd/system.pp index b300c77340..9c4a4cd5bc 100644 --- a/rtl/bsd/system.pp +++ b/rtl/bsd/system.pp @@ -29,6 +29,12 @@ Unit {$ifdef VER1_0}Syslinux{$else}System{$endif}; Interface +{$define FPC_USE_SIGPROCMASK} +{$define FPC_USE_SIGALTSTACK} + +CONST SIGSTKSZ = 40960; + + {$I sysunixh.inc} Implementation @@ -102,7 +108,10 @@ End. { $Log$ - Revision 1.8 2003-01-05 19:01:28 marco + Revision 1.9 2003-10-26 16:42:22 marco + * texception4 fix merge + + Revision 1.8 2003/01/05 19:01:28 marco * FreeBSD compiles now with baseunix mods. Revision 1.7 2002/11/12 14:57:48 marco