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