at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git] / lib / syscall / getpid.s
blobea176ae0a8dd63949238cdc0659cd5f7871c25e7
1 .sect .text
2 .extern __getpid
3 .define _getpid
4 .align 2
6 _getpid:
7 jmp __getpid