Files
minix/lib/syscall/isatty.s
T

8 lines
78 B
ArmAsm

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