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

_syscall2(int,fchmod,int,filedes,mode_t,mode)