summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 13:02:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 13:02:01 +0000
commit53aceab4c8027199b823b4f66f7dd3bca7bd7af0 (patch)
tree1ef919233eb5b63f47aa17492241cae1c5c7097e /testsuites
parent2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-53aceab4c8027199b823b4f66f7dd3bca7bd7af0.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/monitor02/init.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 60f6413f2b..77004dc3e4 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
+
2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mouse01/init.c: Account for extra message buffer size.
diff --git a/testsuites/libtests/monitor02/init.c b/testsuites/libtests/monitor02/init.c
index f7ea905365..6aa8bc16ea 100644
--- a/testsuites/libtests/monitor02/init.c
+++ b/testsuites/libtests/monitor02/init.c
@@ -25,12 +25,6 @@
#include <rtems/shellconfig.h>
#define MAX_ARGS 128
-/*
- * HACK: API visibility violation
- * rtems_shell_main_monitor should better be declared in rtems/shell.h
- */
-extern int rtems_shell_main_monitor(int argc, char **argv);
-
char *Commands[] = {
"task",
"task 32",