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

_syscall3(unsigned long,lseek,int,fd,unsigned long,offset,int,whence)