[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'mselibc' (#msegui)

_sigaction

Declaration

Source position: mselibc.pas line 1894

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: 2021-05-13