aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/h8300hms/stat.S
blob: dae23c4704694db97ab71cf3a121aeb54270b6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;int stat(const char *file_name, struct stat *buf);

#include "setarch.h"

	.section .text
	.align 2
	.global __stat
__stat:
	jsr @@0xca
	rts
	.end