Bell 32V development
[unix-history] / usr / src / libc / sys / chroot.s
CommitLineData
68516360
TL
1# C library -- chroot
2
3# error = chroot(string);
4
5 .set chroot,61
6
7.globl _chroot
8.globl cerror
9_chroot:
10 .word 0x0000
11 chmk $chroot
12 bcc noerror
13 jmp cerror
14noerror:
15 ret