1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

panicuraid should be declared static

This commit is contained in:
Nick Briggs 2022-12-22 15:27:30 -08:00
parent 80c9c796c5
commit 6d7b4c1cd2

View File

@ -739,7 +739,7 @@ static void int_file_init(void) {
/* about what killed you. */
/* */
/************************************************************************/
void panicuraid(int sig, siginfo_t *info, void *context)
static void panicuraid(int sig, siginfo_t *info, void *context)
{
static char errormsg[200];
static char *stdmsg =