minix/lib/libc/syscall/dup.S

8 lines
60 B
ArmAsm
Raw Normal View History

.text
.extern __dup
.globl _dup
.balign 2
_dup:
jmp __dup