]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-mips/syscalls/removexattr.S
Merge "syslog needs a valid socket path for _PATH_LOG"
[android-sdk/platform-bionic.git] / libc / arch-mips / syscalls / removexattr.S
1 /* autogenerated by gensyscalls.py */
2 #include <asm/unistd.h>
3     .text
4     .globl removexattr
5     .align 4
6     .ent removexattr
8 removexattr:
9     .set noreorder
10     .cpload $t9
11     li $v0, __NR_removexattr
12     syscall
13     bnez $a3, 1f
14     move $a0, $v0
15     j $ra
16     nop
17 1:
18     la $t9,__set_errno
19     j $t9
20     nop
21     .set reorder
22     .end removexattr