Added lance entry to drivers.conf.
[minix3-old.git] / lib / syscall / getpid.s
blobea176ae0a8dd63949238cdc0659cd5f7871c25e7
1 .sect .text
2 .extern __getpid
3 .define _getpid
4 .align 2
6 _getpid:
7 jmp __getpid