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:
parent
80c9c796c5
commit
6d7b4c1cd2
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user