minix/lib/libc/syscall/fork.s

8 lines
70 B
ArmAsm

.sect .text
.extern __fork
.define _fork
.align 2
_fork:
jmp __fork