OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [sys/] [h8300hms/] [syscalls.c] - Diff between revs 207 and 520

Only display areas with differences | Details | Blame | View Log

Rev 207 Rev 520
/* Operating system stubs, set up for the MRI simulator */
/* Operating system stubs, set up for the MRI simulator */
 
 
#include <_ansi.h>
#include <_ansi.h>
#include <errno.h>
#include <errno.h>
 
 
int _isatty(file)
int _isatty(file)
     int file;
     int file;
{
{
  return 1;
  return 1;
}
}
 
 
int
int
_unlink (path)
_unlink (path)
     const char *path;
     const char *path;
{
{
  errno = EIO;
  errno = EIO;
  return -1;
  return -1;
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.