Go to most recent revision | Details | Compare with Previous | View Log
#include <unistd.h>
int setegid(gid_t gid)
{
return __setregid(-1, gid);
}