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

_syscall2(int,chmod,const char * ,path,mode_t,mode)