SIG_DFL

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

Meta