forked from Imagelibrary/rtems
2010-05-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/syscalls.c: Rename to avoid conflict with newlib.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-05-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/syscalls.c: Rename to avoid conflict with newlib.
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* make/custom/arm920.cfg: Use VFP floating point model.
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
/* Forward prototypes. */
|
||||
int _system _PARAMS ((const char *));
|
||||
int _rename _PARAMS ((const char *, const char *));
|
||||
int _isatty _PARAMS ((int));
|
||||
int __isatty _PARAMS ((int));
|
||||
clock_t _times _PARAMS ((struct tms *));
|
||||
int _gettimeofday _PARAMS ((struct timeval *, void *));
|
||||
int _unlink _PARAMS ((const char *));
|
||||
@@ -779,7 +779,7 @@ _times (struct tms * tp)
|
||||
|
||||
|
||||
int
|
||||
_isatty (int fd)
|
||||
__isatty (int fd)
|
||||
{
|
||||
struct fdent *pfd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user