URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [libgloss/] [m32r/] [chmod.c] - Rev 833
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