fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sparc64 / stat.S
blob32adb23ce70d72382cb6a1161b4edf2baa230134
1 ! stat() system call
3 #include "sys/syscallasm.h"
5 #ifdef REENT
6         defsyscall_r (_stat_r, SYS_stat, 2)
7 #else
8         defsyscall (stat, SYS_stat)
9 #endif