minix/lib/libc/syscall/dup.S
2010-03-03 14:27:30 +00:00

8 lines
60 B
ArmAsm

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