File:  [DVB] / dietlibc / syscalls.s / __pread.S
Revision 1.5: download - view: text, annotated - select for diffs
Thu Mar 3 18:40:05 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
get rid of lots of socket cruft

#include "syscalls.h"

#ifdef __NR_pread64
syscall_weak(pread64,pread64,__libc_pread64)
#else
syscall_weak(pread,pread64,__libc_pread64)
#endif

LinuxTV legacy CVS <linuxtv.org/cvs>