clarify the purpose of this project
[nyanglibc.git] / misc / sstk.shared.s
blob1a222f3b98a08f95de1930c19c70dc27f66e1879
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 .symver sstk,sstk@GLIBC_2.2.5
7 #NO_APP
8 .section .text.compat,"ax",@progbits
9 .p2align 4,,15
10 .globl sstk
11 .type sstk, @function
12 sstk:
13 movq __libc_errno@gottpoff(%rip), %rax
14 movl $38, %fs:(%rax)
15 movq $-1, %rax
16 ret
17 .size sstk, .-sstk