File:  [DVB] / dietlibc / syscalls.s / ftruncate64.S
Revision 1.2: download - view: text, annotated - select for diffs
Mon Jun 6 12:06:12 2016 UTC (7 years, 11 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  parisc fixes (Gerrit Pape, John David Anglin, Helge Deller, Christian Seiler)

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

#ifdef __NR_ftruncate64
#ifdef WANT_LARGEFILE_BACKCOMPAT
syscall_weak(ftruncate64,__dietlibc_ftruncate64_syscall,__dietlibc_ftruncate64)
#else
syscall(ftruncate64,ftruncate64)
#endif
#endif

LinuxTV legacy CVS <linuxtv.org/cvs>