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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [rdos/] [stat.c] - Blame information for rev 148

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
#include "config.h"
2
#include <_ansi.h>
3
#include <_syslist.h>
4
#include <sys/types.h>
5
#include <sys/stat.h>
6
#include <errno.h>
7
 
8
int stat(const char *file, struct stat *st)
9
{
10
  errno = ENOSYS;
11
  return -1;
12
}

powered by: WebSVN 2.1.0

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