Files
minix/lib/libc/syscall/getuid.S
T

8 lines
72 B
ArmAsm

.text
.extern __getuid
.globl _getuid
.balign 2
_getuid:
jmp __getuid