clarify the purpose of this project
[nyanglibc.git] / misc / lsetxattr.shared.s
blob8ee038aea9150a01dc9e2fa542fbabbd2c6618ac
1 .text
2 .globl lsetxattr
3 .type lsetxattr,@function
4 .align 1<<4
5 lsetxattr:
7 movq %rcx, %r10
8 movl $189, %eax
9 syscall
10 cmpq $-4095, %rax
11 jae 0f
12 ret
13 0: movq __libc_errno@GOTTPOFF(%rip), %rcx
14 neg %eax
15 movl %eax, %fs:(%rcx)
16 or $-1, %rax
17 ret
18 .size lsetxattr,.-lsetxattr
19 .globl __GI_lsetxattr
20 .set __GI_lsetxattr,lsetxattr