V10/libc/sys/setgid.s

Compare this file to the similar file:
Show the results in this format:

# C library -- setgid

# error = setgid(uid);

	.set	setgid,46
.globl	_setgid
.globl  cerror

_setgid:
	.word	0x0000
	chmk	$setgid
	bcc 	noerror
	jmp 	cerror
noerror:
	clrl	r0
	ret