summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/_llseek.c
blob: fdf49eba5af8b51f9b162e13bc3ff8b0f63cd018 (plain)
1
2
3
4
5
#include <unistd.h>
#include <sys/types.h>
#include "syscalls.h"

_syscall5(int,_llseek,uint,fd,ulong,hi,ulong,lo,loff_t*,res,uint,wh);