help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'oldlinux' (#rtl)

SigActionRec

Record used in SigAction call.

Declaration

Source position: oldlinux.pp line 858

type SigActionRec = packed record

  Handler: record

  

Funcion called when signal is triggered.

    case Byte of

      0: (

          Sh: SignalHandler;

        );

      1: (

          Sa: TSigAction;

        );

  end;

  Sa_Mask: SigSet;

  

Signal mask.

  Sa_Flags: LongInt;

  

Flags for SigAction

  Sa_restorer: SignalRestorer;

  

Obsolete, don't use

end;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505