fchdir method

int fchdir(
  1. int __fd
)

Implementation

int fchdir(
  int __fd,
) {
  return _fchdir(
    __fd,
  );
}