blob: ffa4f42911aca2dcbc69bb4564ca55914ab5c2d1 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughes5c2772f2013-03-21 22:15:06 -07003#include <asm/unistd.h>
Elliott Hughesdbd5eca2012-05-09 13:53:37 -07004 .text
5 .globl faccessat
6 .align 4
7 .ent faccessat
8
9faccessat:
10 .set noreorder
11 .cpload $t9
12 li $v0, __NR_faccessat
13 syscall
14 bnez $a3, 1f
15 move $a0, $v0
16 j $ra
17 nop
181:
19 la $t9,__set_errno
20 j $t9
21 nop
22 .set reorder
23 .end faccessat