repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sparc64
/
stat.S
blob
32adb23ce70d72382cb6a1161b4edf2baa230134
1
! stat() system call
2
3
#include "sys/syscallasm.h"
4
5
#ifdef REENT
6
defsyscall_r (_stat_r, SYS_stat, 2)
7
#else
8
defsyscall (stat, SYS_stat)
9
#endif