ack/mach/sun2/libsys/truncate.s

5 lines
133 B
ArmAsm
Raw Permalink Normal View History

1987-03-03 09:37:26 +00:00
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define _truncate
_truncate: SYSTEM(SYS_truncate)