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
/
wait3.s
blob
c3f22ffb4f3f56361826d38b17273697b482760f
1
.text
2
.p2align 4,,15
3
.globl __wait3
4
.type __wait3, @function
5
__wait3
:
6
movq
%
rdx
, %
rcx
7
movl
%
esi
, %
edx
8
movq
%
rdi
, %
rsi
9
movl $
-
1
, %
edi
10
jmp __wait4
11
.size __wait3, .-__wait3
12
.weak wait3
13
.set wait3,__wait3
14
.hidden __wait4