File:  [DVB] / dietlibc / aarch64 / chmod.S
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 6 12:02:02 2016 UTC (7 years, 11 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  aarch64 port (Christian Seiler)

#include "aarch64-features.h"

FUNC_START	chmod
	mov	x3, #0
	mov	x2, x1
	mov	x1, x0
	mov	x0, #ASM_AT_FDCWD
	b	fchmodat
FUNC_END	chmod

LinuxTV legacy CVS <linuxtv.org/cvs>