2009-04-28 Chris Johns <chrisj@rtems.org>

* iostream/system.h: Remove the Init prototype. Provide in
        confdefs.h.
This commit is contained in:
Chris Johns
2009-04-28 06:39:01 +00:00
parent 288146576b
commit bb0417917a
2 changed files with 5 additions and 6 deletions

View File

@@ -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> 2009-04-28 Chris Johns <chrisj@rtems.org>
* fileio/init.c, fileio/system.h, iostream/init.cc, * fileio/init.c, fileio/system.h, iostream/init.cc,

View File

@@ -15,12 +15,6 @@
#include <rtems.h> #include <rtems.h>
/* functions */
rtems_task Init(
rtems_task_argument argument
);
/* configuration information */ /* configuration information */
#include <bsp.h> /* for device driver prototypes */ #include <bsp.h> /* for device driver prototypes */