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

.weak __libc_sendfile
__libc_sendfile:
syscall(sendfile,sendfile)