Browse Source

* texception4 fix merge

marco 22 years ago
parent
commit
fa766600ed
1 changed files with 10 additions and 1 deletions
  1. 10 1
      rtl/bsd/system.pp

+ 10 - 1
rtl/bsd/system.pp

@@ -29,6 +29,12 @@ Unit {$ifdef VER1_0}Syslinux{$else}System{$endif};
 
 
 Interface
 Interface
 
 
+{$define FPC_USE_SIGPROCMASK}
+{$define FPC_USE_SIGALTSTACK}
+
+CONST SIGSTKSZ = 40960;
+
+
 {$I sysunixh.inc}
 {$I sysunixh.inc}
 
 
 Implementation
 Implementation
@@ -102,7 +108,10 @@ End.
 
 
 {
 {
   $Log$
   $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.
    * FreeBSD compiles now with baseunix mods.
 
 
   Revision 1.7  2002/11/12 14:57:48  marco
   Revision 1.7  2002/11/12 14:57:48  marco