clarify the purpose of this project
[nyanglibc.git] / posix / getpgrp.s
blobe71d03423d4eeb87e0c46536970acbd4dd68f5da
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