minix/lib/libc/syscall/isatty.s

8 lines
78 B
ArmAsm

.sect .text
.extern __isatty
.define _isatty
.align 2
_isatty:
jmp __isatty