- retrieve binary packages and sources from webserver to make a release, incremental...
[minix.git] / lib / syscall / fork.s
blob913497617c224c36e6ab7d4bf9812904dc76a5a6
1 .sect .text
2 .extern __fork
3 .define _fork
4 .align 2
6 _fork:
7 jmp __fork