ack/mach/sun2/libsys/setgid.c
1987-03-03 09:37:26 +00:00

5 lines
37 B
C

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