clarify the purpose of this project
[nyanglibc.git] / posix / geteuid.shared.s
blob3b648db0befcd8aad0eda4918df7530b0877f16e
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 .globl __GI___geteuid
11 .set __GI___geteuid,__geteuid
12 .weak geteuid
13 geteuid = __geteuid
14 .globl __GI_geteuid
15 .set __GI_geteuid,geteuid