Commit 794f21f9 by Adam Nemet Committed by Adam Nemet

* gcc.dg/ssp-1.c (__stack_chk_fail): Remove static.

From-SVN: r147023
parent 48f5b722
2009-04-30 Adam Nemet <anemet@caviumnetworks.com>
* gcc.dg/ssp-1.c (__stack_chk_fail): Remove static.
2009-04-30 Steve Ellcey <sje@cup.hp.com> 2009-04-30 Steve Ellcey <sje@cup.hp.com>
PR middle-end/39579 PR middle-end/39579
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <stdlib.h> #include <stdlib.h>
static void void
__stack_chk_fail (void) __stack_chk_fail (void)
{ {
exit (0); /* pass */ exit (0); /* pass */
......
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