URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [sparc64/] [stat.S] - Rev 1782
Compare with Previous | Blame | View Log
! stat() system call
#include "sys/syscallasm.h"
#ifdef REENT
defsyscall_r (_stat_r, SYS_stat, 2)
#else
defsyscall (stat, SYS_stat)
#endif