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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [libnosys/] [fstat.c] - Blame information for rev 831

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

Line No. Rev Author Line
1 148 jeremybenn
/*
2
 * Stub version of fstat.
3
 */
4
 
5
#include "config.h"
6
#include <_ansi.h>
7
#include <_syslist.h>
8
#include <sys/types.h>
9
#include <sys/stat.h>
10
#include <errno.h>
11
#undef errno
12
extern int errno;
13
#include "warning.h"
14
 
15
int
16
_DEFUN (_fstat, (fildes, st),
17
        int          fildes _AND
18
        struct stat *st)
19
{
20
  errno = ENOSYS;
21
  return -1;
22
}
23
 
24
stub_warning(_fstat)

powered by: WebSVN 2.1.0

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