2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>

* shared/console/console.c: Remove stray local decl of "close".
This commit is contained in:
Ralf Corsepius
2011-10-07 14:25:31 +00:00
parent 742c140497
commit 5191d84995
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/console/console.c: Remove stray local decl of "close".
2011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/startup/linkcmds.base: New file.

View File

@@ -26,8 +26,6 @@
#include <assert.h>
#include <stdlib.h>
extern int close(int fd);
#include <bsp.h>
#include <bsp/irq.h>
#include <rtems/bspIo.h>