fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / iq2000 / chown.c
blob6630d3baa7ca8ed6398584aa9a5b19a13bbacbfb
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
8 int
9 chown (const char *path, short owner, short group)
11 return TRAP0 (SYS_chown, path, owner, group);