source: trunk/libs/newlib/src/newlib/libc/sys/sparc64/stat.S @ 519

Last change on this file since 519 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 143 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.