summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmoverhd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-02 11:11:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-02 11:11:37 +0000
commit56c091e25fd6cbf81082476f5e8fc3f779d0d31b (patch)
tree6555554e49f7027c28cac8d7f4fe3e8f4d90eb8d /testsuites/tmtests/tmoverhd
parent2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-56c091e25fd6cbf81082476f5e8fc3f779d0d31b.tar.bz2
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmoverhd/system.h: Add prototype for Empty_directive();
Diffstat (limited to 'testsuites/tmtests/tmoverhd')
-rw-r--r--testsuites/tmtests/tmoverhd/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/tmoverhd/system.h b/testsuites/tmtests/tmoverhd/system.h
index 32b2f03b8c..c9ecc2188c 100644
--- a/testsuites/tmtests/tmoverhd/system.h
+++ b/testsuites/tmtests/tmoverhd/system.h
@@ -38,7 +38,7 @@ extern rtems_task task_func(void);
extern void null_func(void);
-extern rtems_status_code Empty_directive();
+extern rtems_status_code Empty_directive(void);
#include <timesys.h>