clarify the purpose of this project
[nyanglibc.git] / nptl / errno-loc.shared.s
blobddbd8b8588cbfb0a8bab6f362a6a625d5c21d029
1 .text
2 .p2align 4,,15
3 .globl __errno_location
4 .type __errno_location, @function
5 __errno_location:
6 movq errno@gottpoff(%rip), %rax
7 addq %fs:0, %rax
8 ret
9 .size __errno_location, .-__errno_location