setegid function

int setegid(
  1. int gid
)

Sets the effective group ID of the calling process.

Implementation

int setegid(int gid) => platform.setegid(gid);