setsid method

int setsid()

Implementation

int setsid() {
  return _setsid();
}