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
/
setpgrp.s
blob
8a9bab9622e59fd54bd177542820c400e799b6cd
1
.text
2
.p2align 4,,15
3
.globl setpgrp
4
.type setpgrp, @function
5
setpgrp
:
6
xorl
%
esi
, %
esi
7
xorl
%
edi
, %
edi
8
jmp __setpgid
9
.size setpgrp, .-setpgrp
10
.hidden __setpgid