libgloss: iq2000: fix prototype
This commit is contained in:
parent
7f674bb4da
commit
69d93f3121
|
@ -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 *);
|
||||
|
|
Loading…
Reference in New Issue