|
|
1.1 root 1: # C library -- getgid
2:
3: # gid = getgid();
4: #
5:
6: .set getgid,47
7: .globl _getgid
8:
9: _getgid:
10: .word 0x0000
11: chmk $getgid
12: ret
13:
14: # C library -- getegid
15:
16: # gid = getegid();
17: # returns effective gid
18:
19: .globl _getegid
20:
21: _getegid:
22: .word 0x0000
23: chmk $getgid
24: movl r1,r0
25: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.