We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810929f commit 33f51c2Copy full SHA for 33f51c2
1 file changed
pyfastutil/src/utils/ExceptionHandler.c
@@ -91,7 +91,7 @@ void segfault_handler(int sig, siginfo_t* info, void* context) {
91
raise(sig);
92
}
93
94
-static void initExceptionHandler() {
+void initExceptionHandler() {
95
struct sigaction sa;
96
97
sa.sa_sigaction = segfault_handler;
0 commit comments