ack/mach/sun2/libsys/_dup.s

5 lines
120 B
ArmAsm
Raw Normal View History

1990-01-22 11:56:01 +00:00
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __dup
__dup: SYSTEM(SYS_dup)