mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 00:09:23 +02:00
* unix signalhandler has longint argument
This commit is contained in:
parent
41dfcfba39
commit
4290586968
@ -64,7 +64,7 @@ Implementation
|
|||||||
|
|
||||||
{$ifdef has_signal}
|
{$ifdef has_signal}
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
Procedure CatchSignal(Sig : SmallInt);cdecl;
|
Procedure CatchSignal(Sig : Longint);cdecl;
|
||||||
{$else}
|
{$else}
|
||||||
Function CatchSignal(Sig : longint):longint;
|
Function CatchSignal(Sig : longint):longint;
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -109,7 +109,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.12 2003-01-10 21:37:48 marco
|
Revision 1.13 2003-04-23 10:10:31 peter
|
||||||
|
* unix signalhandler has longint argument
|
||||||
|
|
||||||
|
Revision 1.12 2003/01/10 21:37:48 marco
|
||||||
* beos shouldnt define hassignal (unix<-> hasunix problem)
|
* beos shouldnt define hassignal (unix<-> hasunix problem)
|
||||||
|
|
||||||
Revision 1.11 2002/05/18 13:34:05 peter
|
Revision 1.11 2002/05/18 13:34:05 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user