sigaltstack

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int sigaltstack(void* , void* )
    version(!linux && darwin)
    extern (C)
    int
    sigaltstack
    (
    void*
    ,
    void*
    )
  2. int sigaltstack(stack_t* , stack_t* )
  3. int sigaltstack(stack_t* , stack_t* )

Meta