mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 13:29:27 +02:00
* texception4 fix merge
This commit is contained in:
parent
0816ccc204
commit
fa766600ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user