ack/mach/sun3/libsys/setgid.c
1987-02-23 18:28:42 +00:00

5 lines
37 B
C

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