REM_BIAS
return (fd == -1) ? -1 : (fd + REM_BIAS);
int unbias = fd - REM_BIAS;
return (fd >= REM_BIAS) && unbias < MAXUNIT &&
return _rmt_read(fildes - REM_BIAS, buf, nbyte);
return _rmt_write(fildes - REM_BIAS, buf, nbyte);
return _rmt_lseek(fildes - REM_BIAS, offset, whence);
return _rmt_close(fildes - REM_BIAS);
return _rmt_ioctl(fildes - REM_BIAS, request, arg);