summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-04-28 06:39:01 +0000
committerChris Johns <chrisj@rtems.org>2009-04-28 06:39:01 +0000
commitbb0417917abe1442ac8929b5eb809b61ec92722c (patch)
tree4374d1e9df10f45cf322bfaa857d1f174d8037be /testsuites/samples
parent2009-04-28 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-bb0417917abe1442ac8929b5eb809b61ec92722c.tar.bz2
2009-04-28 Chris Johns <chrisj@rtems.org>
* iostream/system.h: Remove the Init prototype. Provide in confdefs.h.
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/iostream/system.h6
2 files changed, 5 insertions, 6 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 7c97952ad4..faa308dd5a 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-28 Chris Johns <chrisj@rtems.org>
+
+ * iostream/system.h: Remove the Init prototype. Provide in
+ confdefs.h.
+
2009-04-28 Chris Johns <chrisj@rtems.org>
* fileio/init.c, fileio/system.h, iostream/init.cc,
diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h
index 4df2a4c70b..d1033b5f51 100644
--- a/testsuites/samples/iostream/system.h
+++ b/testsuites/samples/iostream/system.h
@@ -15,12 +15,6 @@
#include <rtems.h>
-/* functions */
-
-rtems_task Init(
- rtems_task_argument argument
-);
-
/* configuration information */
#include <bsp.h> /* for device driver prototypes */