2010-06-02 Chris Johns <chrisj@rtems.org>

* iostream/init.cc: Remove the hack.
This commit is contained in:
Chris Johns
2010-06-02 04:38:49 +00:00
parent 8502b165b8
commit 4067f7f5e8
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2010-06-02 Chris Johns <chrisj@rtems.org>
* iostream/init.cc: Remove the hack.
2010-06-02 Chris Johns <chrisj@rtems.org>
* fileio/init.c: Update to new mount API.

View File

@@ -20,11 +20,8 @@
* $Id$
*/
extern "C" {
#define CONFIGURE_INIT
#include "system.h"
}
#if BSP_SMALL_MEMORY
#include <stdio.h>
@@ -34,7 +31,6 @@ extern "C" {
#include <stdlib.h>
rtems_task Init(
rtems_task_argument ignored
)