setgid method

int setgid(
  1. int __gid
)

Implementation

int setgid(
  int __gid,
) {
  return _setgid(
    __gid,
  );
}