setgid method

int setgid(
  1. int arg0
)

Implementation

int setgid(int arg0) {
  return _setgid(arg0);
}