minix/lib/libc/syscall/chroot.s

8 lines
78 B
ArmAsm

.sect .text
.extern __chroot
.define _chroot
.align 2
_chroot:
jmp __chroot