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
/
getpgrp.s
blob
e71d03423d4eeb87e0c46536970acbd4dd68f5da
1
.text
2
.globl getpgrp
3
.type getpgrp,@function
4
.align 1<<4
5
getpgrp
:
6
movl $
111
, %
eax
7
syscall
8
ret
9
.size getpgrp,.-getpgrp