clarify the purpose of this project
[nyanglibc.git] / posix / getuid.shared.s
blob343ffc0245ec4a817e22c05ed7031ee4e2ac48b8
1 .text
2 .globl __getuid
3 .type __getuid,@function
4 .align 1<<4
5 __getuid:
6 movl $102, %eax
7 syscall
8 ret
9 .size __getuid,.-__getuid
10 .globl __GI___getuid
11 .set __GI___getuid,__getuid
12 .weak getuid
13 getuid = __getuid
14 .globl __GI_getuid
15 .set __GI_getuid,getuid