ack/mach/sparc/libsys/setgid.c
1991-09-20 18:14:05 +00:00

5 lines
37 B
C

setgid(u)
{
return setregid(u,u);
}