Close #12153: faulthandler, mark stack_overflow() as static

This commit is contained in:
Victor Stinner 2011-05-23 12:29:10 +02:00
parent a454ef6985
commit 9b49304790

View file

@ -854,7 +854,7 @@ faulthandler_fatal_error_py(PyObject *self, PyObject *args)
}
#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 */