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

8 lines
64 B
ArmAsm

.text
.extern __read
.globl _read
.balign 2
_read:
jmp __read