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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [libgloss/] [m32r/] [chmod.c] - Diff between revs 57 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 57 Rev 1765
#include <sys/types.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include "syscall.h"
#include "syscall.h"
#include "eit.h"
#include "eit.h"
 
 
int
int
_chmod (const char *path, short mode)
_chmod (const char *path, short mode)
{
{
  return TRAP0 (SYS_chmod, path, mode, 0);
  return TRAP0 (SYS_chmod, path, mode, 0);
}
}
 
 

powered by: WebSVN 2.1.0

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