From cbc5c46032cc3dc6a1ce72c4b56f2c298648b741 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 05:44:07 +0000 Subject: Add missing prototypes. --- testsuites/libtests/stackchk/blow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/stackchk/blow.c') diff --git a/testsuites/libtests/stackchk/blow.c b/testsuites/libtests/stackchk/blow.c index 445e2927b5..de5d4ee1fc 100644 --- a/testsuites/libtests/stackchk/blow.c +++ b/testsuites/libtests/stackchk/blow.c @@ -15,7 +15,7 @@ #include -void b() {} +void b(void) {} void blow_stack( void ) { -- cgit v1.2.3