SIG_DFL

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

Meta