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