OSDN Git Service

r288@cf-ppc-macosx: monabuilder | 2008-12-07 13:17:34 +0900
[pf3gnuchains/pf3gnuchains3x.git] / libgloss / mn10300 / chmod.c
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
5
6
7 int
8 chmod (const char *path, mode_t mode)
9 {
10   return TRAP0 (SYS_chmod, path, mode, 0);
11 }