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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [libnosys/] [symlink.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 symlink.
3
 */
4
 
5
#include "config.h"
6
#include <_ansi.h>
7
#include <_syslist.h>
8
#include <errno.h>
9
#undef errno
10
extern int errno;
11
#include "warning.h"
12
 
13
int
14
_DEFUN (_symlink, (path1, path2),
15
        const char *path1 _AND
16
        const char *path2)
17
{
18
  errno = ENOSYS;
19
  return -1;
20
}
21
 
22
stub_warning(_symlink)

powered by: WebSVN 2.1.0

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