]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-arm/syscalls/llistxattr.S
support _POSIX_REALTIME_SIGNALS
[android-sdk/platform-bionic.git] / libc / arch-arm / syscalls / llistxattr.S
1 /* Generated by gensyscalls.py. Do not edit. */
3 #include <private/bionic_asm.h>
5 ENTRY(llistxattr)
6     mov     ip, r7
7     ldr     r7, =__NR_llistxattr
8     swi     #0
9     mov     r7, ip
10     cmn     r0, #(MAX_ERRNO + 1)
11     bxls    lr
12     neg     r0, r0
13     b       __set_errno_internal
14 END(llistxattr)