/* connector for lseek */ #include #include off_t _DEFUN (lseek, (fd, pos, whence), int fd, off_t pos, int whence) { return _lseek_r (_REENT, fd, pos, whence); }