Skip to content

Commit 33f51c2

Browse files
committed
Fix build issue
1 parent 810929f commit 33f51c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfastutil/src/utils/ExceptionHandler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void segfault_handler(int sig, siginfo_t* info, void* context) {
9191
raise(sig);
9292
}
9393

94-
static void initExceptionHandler() {
94+
void initExceptionHandler() {
9595
struct sigaction sa;
9696

9797
sa.sa_sigaction = segfault_handler;

0 commit comments

Comments
 (0)