summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/tmtests_support.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-11 06:49:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-11 06:49:22 +0000
commit436ef337de329a0fba7f597a011169597cec08e5 (patch)
treeafe4e8b40e11c14df7f0b7a6ecd6d1ab3084ffa3 /testsuites/support/src/tmtests_support.c
parent2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-436ef337de329a0fba7f597a011169597cec08e5.tar.bz2
2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmtests_empty_function.h: New. * support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Include "tmtests_empty_function.h". Remove local decls (Missing prototypes).
Diffstat (limited to '')
-rw-r--r--testsuites/support/src/tmtests_support.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuites/support/src/tmtests_support.c b/testsuites/support/src/tmtests_support.c
index c3208427ec..4521b81d57 100644
--- a/testsuites/support/src/tmtests_support.c
+++ b/testsuites/support/src/tmtests_support.c
@@ -19,11 +19,7 @@
#include <rtems/timerdrv.h>
#include "test_support.h"
#include "timesys.h"
-
-extern void benchmark_timer_empty_operation(
- int iteration,
- void *argument
-);
+#include "tmtests_empty_function.h"
void rtems_time_test_measure_operation(
const char *description,