clarify the purpose of this project
[nyanglibc.git] / posix / environ.shared.s
blob5291fc4123141a3a0b1b84ae8648634ca2103565
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .globl __environ
8 .bss
9 .align 8
10 .type __environ, @object
11 .size __environ, 8
12 __environ:
13 .zero 8
14 .weak _environ
15 .set _environ,__environ
16 .weak environ
17 .set environ,__environ