1985-03-04 16:08:41 +00:00
|
|
|
.define _setgid
|
1987-01-26 21:22:23 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.sect .text
|
1985-03-04 16:08:41 +00:00
|
|
|
.extern _setgid
|
1987-01-26 21:22:23 +00:00
|
|
|
.sect .text
|
1985-03-04 16:08:41 +00:00
|
|
|
_setgid: trap #0
|
1987-01-26 21:22:23 +00:00
|
|
|
.data2 0x2E
|
1985-03-04 16:08:41 +00:00
|
|
|
bcc 1f
|
|
|
|
jmp cerror
|
|
|
|
1:
|
|
|
|
clr.l d0
|
|
|
|
rts
|