URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 158 |
Rev 816 |
/*
|
/*
|
* Stub version of symlink.
|
* Stub version of symlink.
|
*/
|
*/
|
|
|
#include "config.h"
|
#include "config.h"
|
#include <_ansi.h>
|
#include <_ansi.h>
|
#include <_syslist.h>
|
#include <_syslist.h>
|
#include <errno.h>
|
#include <errno.h>
|
#undef errno
|
#undef errno
|
extern int errno;
|
extern int errno;
|
#include "warning.h"
|
#include "warning.h"
|
|
|
int
|
int
|
_DEFUN (_symlink, (path1, path2),
|
_DEFUN (_symlink, (path1, path2),
|
const char *path1 _AND
|
const char *path1 _AND
|
const char *path2)
|
const char *path2)
|
{
|
{
|
errno = ENOSYS;
|
errno = ENOSYS;
|
return -1;
|
return -1;
|
}
|
}
|
|
|
stub_warning(_symlink)
|
stub_warning(_symlink)
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.