summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/sendfile.S
blob: 4dcb0ef6913a8bd38dfb71b80b3734726bcb0314 (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")