setgid function

int setgid(
  1. int gid
)

Sets the group ID of the calling process.

Implementation

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