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