mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 13:29:21 +02:00
Use BeOS specific version of SigAction procedure declaration type
git-svn-id: trunk@37281 -
This commit is contained in:
parent
6f14241e56
commit
9fd998713c
@ -208,9 +208,12 @@ end;
|
||||
{ ---------------------------------------------------------------------
|
||||
Global initialization/Finalization
|
||||
---------------------------------------------------------------------}
|
||||
|
||||
|
||||
{$ifdef BeOS}
|
||||
Procedure DoShutDown(Sig : Longint; SigContext: PSigContextRec; uContext : Pvregs);cdecl;
|
||||
{$else}
|
||||
Procedure DoShutDown(Sig : Longint; Info : PSigInfo; Context : PSigContext); cdecl;
|
||||
|
||||
{$endif}
|
||||
begin
|
||||
Application.StopDaemons(True);
|
||||
Application.Terminate;
|
||||
|
Loading…
Reference in New Issue
Block a user