mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 19:09:58 +08:00
d9e4104b31
* libc/sys/h8300hms/close.S, libc/sys/h8300hms/fstat.S, libc/sys/h8300hms/lseek.S, libc/sys/h8300hms/open.S, libc/sys/h8300hms/read.S, libc/sys/h8300hms/stat.S, libc/sys/h8300hms/write.S, libc/sys/h8300hms/crt0.S: Use it.
13 lines
158 B
ArmAsm
13 lines
158 B
ArmAsm
;int stat(const char *file_name, struct stat *buf);
|
|
|
|
#include "setarch.h"
|
|
|
|
.section .text
|
|
.align 2
|
|
.global __stat
|
|
__stat:
|
|
jsr @@0xca
|
|
rts
|
|
.end
|
|
|