clarify the purpose of this project
[nyanglibc.git] / inet / herrno.s
blobf9fe1f3fecd9a89b5f4197542c0e3b08031822f5
1 .text
2 .globl __h_errno
3 .section .tbss,"awT",@nobits
4 .align 4
5 .type __h_errno, @object
6 .size __h_errno, 4
7 __h_errno:
8 .zero 4
9 .globl __libc_h_errno
10 .hidden __libc_h_errno
11 .set __libc_h_errno,__h_errno