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

_syscall2(int,access,const char*,pathname,int,mode)