|
|
1.1 root 1: # C library -- vlimit
2:
3: # oldvalue = vlimit(what, newvalue);
4: # if newvalue == -1 old value is returned and the limit is not changed
5:
6: vlimit = 64+13
7: .globl _vlimit
8:
9: _vlimit:
10: linkw a6,#0
11: pea vlimit
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.