clarify the purpose of this project
[nyanglibc.git] / posix / getuid.s
bloba29c58166086b582d6c73cd6a58f43600554b06f
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 .weak getuid
11 getuid = __getuid