llistxattr.S revision eae27dc55adca75c2332e4b767ec667acfbbbcb3
1/* Generated by gensyscalls.py. Do not edit. */
2
3#include <asm/unistd.h>
4#include <machine/asm.h>
5#include <machine/regdef.h>
6    .text
7    .globl llistxattr
8    .align 4
9    .ent llistxattr
10
11llistxattr:
12    .set noreorder
13    .cpload t9
14    li v0, __NR_llistxattr
15    syscall
16    bnez a3, 1f
17    move a0, v0
18    j ra
19    nop
201:
21    la t9,__set_errno
22    j t9
23    nop
24    .set reorder
25    .end llistxattr
26