clarify the purpose of this project
[nyanglibc.git] / inet / herrno-loc.s
blobd14ebf8d333fc786819b1eaa5f27bdec1d09d12d
1 .text
2 .p2align 4,,15
3 .weak __h_errno_location
4 .hidden __h_errno_location
5 .type __h_errno_location, @function
6 __h_errno_location:
7 movq __libc_h_errno@gottpoff(%rip), %rax
8 addq %fs:0, %rax
9 ret
10 .size __h_errno_location, .-__h_errno_location