Commit 0c49f2ed by Andreas Schwab Committed by Andreas Schwab

* gcc.target/m68k/crash1.c: Fix implicit declaration.

From-SVN: r216303
parent a6a7f986
2014-10-16 Andreas Schwab <schwab@suse.de>
* gcc.target/m68k/crash1.c: Fix implicit declaration.
* gcc.target/ia64/20090324-1.c: Fix implicit declarations and
implicit int.
* gcc.target/ia64/mfused-madd-vect.c: Likewise.
......
......@@ -15,6 +15,7 @@ struct kernel_stat
unsigned irqs[256];
};
extern struct kernel_stat per_cpu__kstat;
void seq_printf ();
void show_stat(void)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment