Files
rpi_b/lib/libc/syscall/time.S
T

8 lines
64 B
ArmAsm

.text
.extern __time
.globl _time
.balign 2
_time:
jmp __time