libgloss: iq2000: fix prototype

This commit is contained in:
Mike Frysinger 2022-02-25 23:08:45 -05:00
parent 7f674bb4da
commit 69d93f3121
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ static void _do_dtors()
}
void _exit (n)
void _exit (int n)
{
extern unsigned char __eh_frame_begin[];
extern void __deregister_frame_info (void *);