URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [sysvi386/] [geteuid.S] - Rev 831
Go to most recent revision | Compare with Previous | Blame | View Log
.globl _geteuid
.globl geteuid
_geteuid:
geteuid:
movl $0x18, %eax
lcall $7,$0
movl %edx,%eax
jb _cerror
ret
Go to most recent revision | Compare with Previous | Blame | View Log