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