getsid method

int getsid(
  1. int __pid
)

Implementation

int getsid(
  int __pid,
) {
  return _getsid(
    __pid,
  );
}