File:  [DVB] / dietlibc / syscalls.s / sendfile64.S
Revision 1.2: download - view: text, annotated - select for diffs
Mon May 19 11:35:46 2003 UTC (21 years ago) by leitner
Branches: MAIN
CVS tags: HEAD
add sendfile64 backwards compatibility glue

#include "dietfeatures.h"
#include "syscalls.h"
#include "dietwarning.h"

#ifdef __NR_sendfile64
#ifdef WANT_LARGEFILE_BACKCOMPAT
syscall(sendfile64,__dietlibc_sendfile64)
#else
syscall_weak(sendfile64,sendfile64,__libc_sendfile64)
#endif

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

LinuxTV legacy CVS <linuxtv.org/cvs>