fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / iq2000 / chmod.c
blob8200506fe5a358c7d69813d9e38627b317cd12cd
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 int
8 chmod (const char *path, mode_t mode)
10 return TRAP0 (SYS_chmod, path, mode, 0);