summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/llseek.S
blob: 0318b492e67398e9bfef320dcf7230a6ea06cde6 (plain)
1
2
3
4
5
6
#include "dietfeatures.h"
#include "syscalls.h"

#ifdef __NR__llseek
syscall(_llseek,llseek)
#endif