File:  [DVB] / dietlibc / parisc / truncate64.S
Revision 1.1: 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 "parisc/syscalls.h"

.text
.type __dietlibc_truncate64,@function
.globl __dietlibc_truncate64
.export __dietlibc_truncate64
__dietlibc_truncate64:
#if !defined(__LP64__)
	copy %arg3,%arg1
#endif
	b __unified_syscall
	ldi __NR_truncate64, %r20

LinuxTV legacy CVS <linuxtv.org/cvs>