/* $Source$ * $State$ * $Revision$ */ #include #include #include off_t lseek(int fd, off_t offset, int whence) { errno = EINVAL; return -1; }