summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/unlimited')
-rw-r--r--testsuites/samples/unlimited/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h
index 439400296d..e1c9cb7574 100644
--- a/testsuites/samples/unlimited/system.h
+++ b/testsuites/samples/unlimited/system.h
@@ -34,9 +34,9 @@ bool status_code_bad(
rtems_status_code status_code
);
-void test1();
-void test2();
-void test3();
+extern void test1(void);
+extern void test2(void);
+extern void test3(void);
/* configuration information */