SIG_IGN

  1. enum SIG_IGN;
  2. enum SIG_IGN;
    version(!Posix && Windows)
    extern (C) nothrow @nogc
    enum SIG_IGN = cast(sigfn_t)1;

Meta