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 chown.
|
* Stub version of chown.
|
*/
|
*/
|
|
|
#include "config.h"
|
#include "config.h"
|
#include <_ansi.h>
|
#include <_ansi.h>
|
#include <_syslist.h>
|
#include <_syslist.h>
|
#include <errno.h>
|
#include <errno.h>
|
#include <sys/types.h>
|
#include <sys/types.h>
|
#undef errno
|
#undef errno
|
extern int errno;
|
extern int errno;
|
#include "warning.h"
|
#include "warning.h"
|
|
|
int
|
int
|
_DEFUN (_chown, (path, owner, group),
|
_DEFUN (_chown, (path, owner, group),
|
const char *path _AND
|
const char *path _AND
|
uid_t owner _AND
|
uid_t owner _AND
|
gid_t group)
|
gid_t group)
|
{
|
{
|
errno = ENOSYS;
|
errno = ENOSYS;
|
return -1;
|
return -1;
|
}
|
}
|
|
|
stub_warning(_chown)
|
stub_warning(_chown)
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.