File:  [DVB] / dietlibc / syscalls.s / fstat64.S
Revision 1.3: download - view: text, annotated - select for diffs
Sat Jan 4 22:21:48 2003 UTC (21 years, 5 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
ia64 and x86_64 don't use "ipc" syscall

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

#ifdef __NR_fstat64
#ifdef WANT_LARGEFILE_BACKCOMPAT
syscall(fstat64,__dietlibc_fstat64)
#else
syscall(fstat64,fstat64)
#endif
#endif

LinuxTV legacy CVS <linuxtv.org/cvs>