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

8 lines
64 B
ArmAsm

.text
.extern __fork
.globl _fork
.balign 2
_fork:
jmp __fork