- make some internal symbols static

This commit is contained in:
doko@ubuntu.com 2016-05-18 01:06:01 +02:00
parent 307676face
commit bc7315068f
3 changed files with 3 additions and 3 deletions

View file

@ -414,7 +414,7 @@ faulthandler_exc_handler(struct _EXCEPTION_POINTERS *exc_info)
/* Install the handler for fatal signals, faulthandler_fatal_error(). */
int
static int
faulthandler_enable(void)
{
size_t i;