[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'BaseUnix' (#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: May 14 2021