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