_fstat.s 195 B

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