. service tells you which device it couldn't stat
[minix3.git] / lib / syscall / _exit.s
blobb0e91298c52532a40d677ecf770b0b58c7fe7107
1 .sect .text
2 .extern ___exit
3 .define __exit
4 .align 2
6 __exit:
7 jmp ___exit