setregid function

int setregid(
  1. int rgid,
  2. int egid
)

Sets the real group ID of the calling process.

Implementation

int setregid(int rgid, int egid) => platform.setregid(rgid, egid);