mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
* unix signal handler needs longint
This commit is contained in:
parent
5ed5d2897f
commit
7bb0575f2d
@ -101,7 +101,7 @@ end;
|
|||||||
|
|
||||||
{$ifdef HasSignal}
|
{$ifdef HasSignal}
|
||||||
{$ifdef Unix}
|
{$ifdef Unix}
|
||||||
Procedure CatchSignal(Sig : Integer);cdecl;
|
Procedure CatchSignal(Sig : Longint);cdecl;
|
||||||
{$else}
|
{$else}
|
||||||
Function CatchSignal(Sig : longint):longint;
|
Function CatchSignal(Sig : longint):longint;
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -229,7 +229,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2002-09-07 21:04:41 carl
|
Revision 1.7 2003-04-23 09:49:26 peter
|
||||||
|
* unix signal handler needs longint
|
||||||
|
|
||||||
|
Revision 1.6 2002/09/07 21:04:41 carl
|
||||||
* fix range check errors for version 1.1 compilation
|
* fix range check errors for version 1.1 compilation
|
||||||
|
|
||||||
Revision 1.5 2002/09/07 15:40:42 peter
|
Revision 1.5 2002/09/07 15:40:42 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user