repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
posix
/
rtld-environ.shared.s
blob
414a5e07b85e37fbd0e18ed5f24c5dbd4a69cb0c
1
.text
2
.globl __environ
3
.bss
4
.align 8
5
.type __environ, @object
6
.size __environ, 8
7
__environ
:
8
.zero 8
9
.weak _environ
10
.set _environ,__environ
11
.weak environ
12
.set environ,__environ