summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:44:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:44:07 +0000
commitcbc5c46032cc3dc6a1ce72c4b56f2c298648b741 (patch)
tree6af7b8be846e8eeb1f27a575bb467c1dd657b00a /testsuites/libtests/stackchk
parent2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cbc5c46032cc3dc6a1ce72c4b56f2c298648b741.tar.bz2
Add missing prototypes.
Diffstat (limited to 'testsuites/libtests/stackchk')
-rw-r--r--testsuites/libtests/stackchk/blow.c2
1 files changed, 1 insertions, 1 deletions
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 <rtems.h>
-void b() {}
+void b(void) {}
void blow_stack( void )
{