4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 11:31:00 +08:00

13 lines
158 B
ArmAsm
Raw Normal View History

;int stat(const char *file_name, struct stat *buf);
#include "setarch.h"
.section .text
.align 2
.global __stat
__stat:
jsr @@0xca
rts
.end