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
/
wait.s
blob
80f1c8e3006391e6e58f924ba94804800e6eb354
1
.text
2
.p2align 4,,15
3
.globl __wait
4
.type __wait, @function
5
__wait
:
6
movq
%
rdi
, %
rsi
7
xorl
%
edx
, %
edx
8
movl $
-
1
, %
edi
9
jmp __waitpid
10
.size __wait, .-__wait
11
.weak wait
12
.set wait,__wait
13
.hidden __waitpid