Retro68/gcc/newlib/libc/sys/sparc64/stat.S
Wolfgang Thaller d464252791 re-add newlib
2017-04-11 23:13:36 +02:00

10 lines
143 B
ArmAsm

! stat() system call
#include "sys/syscallasm.h"
#ifdef REENT
defsyscall_r (_stat_r, SYS_stat, 2)
#else
defsyscall (stat, SYS_stat)
#endif