7 lines
72 B
ArmAsm
7 lines
72 B
ArmAsm
.text
|
|
.extern __getgid
|
|
.globl _getgid
|
|
.balign 2
|
|
|
|
_getgid:
|
|
jmp __getgid
|