Close #12153: faulthandler, mark stack_overflow() as static
diff --git a/Modules/faulthandler.c b/Modules/faulthandler.c
index 72dbe1e..83c47ce 100644
--- a/Modules/faulthandler.c
+++ b/Modules/faulthandler.c
@@ -854,7 +854,7 @@
 }
 
 #if defined(HAVE_SIGALTSTACK) && defined(HAVE_SIGACTION)
-void*
+static void*
 stack_overflow(void *min_sp, void *max_sp, size_t *depth)
 {
     /* allocate 4096 bytes on the stack at each call */