ae75f9d4e5
- 755 -> 644
7 lines
78 B
ArmAsm
7 lines
78 B
ArmAsm
.sect .text
|
|
.extern __isatty
|
|
.define _isatty
|
|
.align 2
|
|
|
|
_isatty:
|
|
jmp __isatty
|