chroot method

int chroot(
  1. Pointer<Int8> __path
)

Implementation

int chroot(
  ffi.Pointer<ffi.Int8> __path,
) {
  return _chroot(
    __path,
  );
}