summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/fchown.c
blob: 58923a137173e2d6d3f71dc1c64e754f3a8825a3 (plain)
1
2
3
4
5
#include <linux/types.h>
#include "syscalls.h"

_syscall3(int,fchown,int,fd,uid_t,owner,gid_t,group)