7 lines
68 B
ArmAsm
7 lines
68 B
ArmAsm
.text
|
|
.extern __ioctl
|
|
.globl _ioctl
|
|
.balign 2
|
|
|
|
_ioctl:
|
|
jmp __ioctl
|