summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/fcntl.c
blob: b21be953120fbb5c64ddf5e06621a8b7d439ead7 (plain)
1
2
3
4
#include "syscalls.h"

_syscall3(int,fcntl,int,fd,int,cmd,long,arg)