clarify the purpose of this project
[nyanglibc.git] / posix / getegid.s
bloba2625e431ab823fb3ec137a80f6b6a3d7562b280
1 .text
2 .globl __getegid
3 .type __getegid,@function
4 .align 1<<4
5 __getegid:
6 movl $108, %eax
7 syscall
8 ret
9 .size __getegid,.-__getegid
10 .weak getegid
11 getegid = __getegid