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
/
bsd-getpgrp.s
blob
8bcd65c088089300a94570fd5e87806393dcc673
1
.text
2
.p2align 4,,15
3
.globl __bsd_getpgrp
4
.type __bsd_getpgrp, @function
5
__bsd_getpgrp
:
6
jmp __getpgid
7
.size __bsd_getpgrp, .-__bsd_getpgrp
8
.hidden __getpgid