summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/sendfile64.S
blob: 054ed71774223002e596c18b9925f10988b561d3 (plain)
1
2
3
4
5
6
7
8
#include "syscalls.h"
#include "dietwarning.h"

#ifdef __NR_sendfile64
syscall_weak(sendfile64,sendfile64,__libc_sendfile64)

link_warning(sendfile64,"sendfile64 is not portable")
#endif