|
|
1.1 root 1: # C library -- ioctl
2:
3: # ioctl(fdes,command,arg)
4: # struct * arg;
5: #
6: # result == -1 if error
7:
8: .set ioctl,54
9: .globl _ioctl
10: .globl cerror
11:
12: _ioctl:
13: .word 0x0000
14: chmk $ioctl
15: bcc noerror
16: jmp cerror
17: noerror:
18: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.