clarify the purpose of this project
[nyanglibc.git] / misc / setxattr.shared.s
blob4108caf2ba494e0036ce277856b8bdd46a529ff1
1 .text
2 .globl setxattr
3 .type setxattr,@function
4 .align 1<<4
5 setxattr:
7 movq %rcx, %r10
8 movl $188, %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 setxattr,.-setxattr
19 .globl __GI_setxattr
20 .set __GI_setxattr,setxattr