V10/libc/sys/chroot.s

Compare this file to the similar file:
Show the results in this format:

#  C library -- chroot
 
#  error = chroot(string);
 
	.set	chroot,61
 
.globl	_chroot
.globl	cerror
_chroot:
	.word	0x0000
	chmk	$chroot
	bcc	noerror
	jmp	cerror
noerror:
	ret