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

_syscall3(int,lchown,char*,path,uid_t,owner,gid_t,group)