src/solaris/native/java/io/io_util_md.c

Print this page

        

*** 198,213 **** return 0; else if (lseek64(fd, current, SEEK_SET) == -1) return 0; } - if (size >= current) { *pbytes = size - current; return 1; - } else { - return 0; - } } jint handleSetLength(FD fd, jlong length) { --- 198,209 ----