minix/lib/syscall/fork.s
2009-11-09 10:26:00 +00:00

8 lines
70 B
ArmAsm

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