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-getpid.shared.s
blob
871523422d7e02707fdf7002fc714ed9acbdb467
1
.text
2
.globl __getpid
3
.type __getpid,@function
4
.align 1<<4
5
__getpid
:
6
movl $
39
, %
eax
7
syscall;
8
ret
9
.size __getpid,.-__getpid
10
.globl __GI___getpid
11
.set __GI___getpid,__getpid
12
.weak getpid
13
getpid
=
__getpid
14
.globl __GI_getpid
15
.set __GI_getpid,getpid