|
|
1.1 root 1: # ptrace -- C library
2:
3: # result = ptrace(req, pid, addr, data);
4:
5: .set ptrace,26
6: .globl _ptrace
7: .globl cerror
8: .globl _errno
9:
10: _ptrace:
11: .word 0x0000
12: clrl _errno
13: chmk $ptrace
14: bcc noerror
15: jmp cerror
16: noerror:
17: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.