SIG_IGN

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

Meta