#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __fstat
__fstat: pea (SYS_fstat); trap #0; bcc 1f; jmp (cerror)
1:
	move.l	(sp)+,(sp)
	jmp	(___statcvt)