Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

tsigaltstack

Provide the location of an alternate signal handler stack.

Declaration

Source position: sighndh.inc line 89

type tsigaltstack = record

  ss_sp: pointer;

  

Stack pointer.

  ss_flags: LongInt;

  

Flags.

  ss_size: LongInt;

  

Size of the alternate stack.

end;


Documentation generated on: Jul 24 2023