DEBSOURCES
Skip Quicknav
sources / qtrvsim / 0.9.8-1 / external / libelf / dummy-sigaltstack.c
12345678910
#ifdef __EMSCRIPTEN__ #include <signal.h> int sigaltstack(const stack_t *ss, stack_t *old_ss) { return -1; } #endif