mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* Minor spelling corrections in comments, patch by Graeme, Mantis #21397
git-svn-id: trunk@20452 -
This commit is contained in:
parent
55116303b9
commit
8159d2ee3c
@ -283,13 +283,13 @@ type
|
||||
SignalRestorer = Procedure;cdecl;
|
||||
PSignalRestorer = ^SignalRestorer;
|
||||
{$WARNING TODO : check with signal.h}
|
||||
{ Note: As of R1alpha3, sa_handler still was of SignalHandler type, with one one parameter,
|
||||
{ Note: As of R1alpha3, sa_handler still was of SignalHandler type, with one parameter,
|
||||
but the Signal stack has a second parameter that is set to zero
|
||||
and a third that is of type pvregs }
|
||||
sigActionHandler = procedure(Sig: Longint; SigContext: PSigContextRec; uContext : Pvregs);cdecl;
|
||||
|
||||
{ Add those type definition to obtain same declaration as for other unix targets
|
||||
but do not forget the PSigInfo filed is currently nil for Haiku as of R1alpha3 }
|
||||
but do not forget the PSigInfo field is currently nil for Haiku as of R1alpha3. }
|
||||
PSigInfo = PSigContextRec;
|
||||
PSigContext = Pvregs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user