summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/sendfile.S
blob: 12d6195dd934449a385f8af5358880d654a1ab03 (plain)
1
2
3
4
5
6
#include "syscalls.h"
#include "dietwarning.h"

syscall_weak(sendfile,sendfile,__libc_sendfile)

link_warning(sendfile,"sendfile is not portable and does not support large files")