minix/lib/libc/syscall/ptrace.s

8 lines
78 B
ArmAsm

.sect .text
.extern __ptrace
.define _ptrace
.align 2
_ptrace:
jmp __ptrace