setuid method

int setuid(
  1. int __uid
)

Implementation

int setuid(
  int __uid,
) {
  return _setuid(
    __uid,
  );
}