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

_syscall3(int,open,const char *,fn,int,flags,mode_t,mode)