Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

_sigaction

Declaration

Source position: sigactionh.inc line 4

type _sigaction = record

  case Integer of

    1: (

        sa_handler: __sighandler_t;

        sa_mask: __sigset_t;

        sa_flags: LongInt;

        sa_restorer: procedure;

      );

    2: (

        __sigaction_handler: __sighandler_t;

      );

end;


Documentation generated on: 2023-03-18