|
|
1.1 root 1: # C library -- chroot
2:
3: # error = chroot(string);
4:
5: chroot = 61
6:
7: .globl _chroot
8: .globl cerror
9: _chroot:
10: linkw a6,#0
11: pea chroot
12: trap #0
13: bcc noerror
14: jmp cerror
15: noerror:
16: unlk a6
17: rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.