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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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