clarify the purpose of this project
[nyanglibc.git] / csu / errno.shared.s
blob1961a9c40677a05fd8fc159f840b430513abd595
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .globl errno
8 .section .tbss,"awT",@nobits
9 .align 4
10 .type errno, @object
11 .size errno, 4
12 errno:
13 .zero 4
14 .globl __libc_errno
15 .hidden __libc_errno
16 .set __libc_errno,errno