URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [newlib/] [newlib/] [libgloss/] [m32r/] [chmod.c] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#include <sys/types.h> #include <sys/stat.h> #include "syscall.h" #include "eit.h" int _chmod (const char *path, short mode) { return TRAP0 (SYS_chmod, path, mode, 0); }
Go to most recent revision | Compare with Previous | Blame | View Log