< prev index next >

src/share/vm/runtime/os.hpp

Print this page
rev 10178 : [mq]: 8146879.archiving

*** 514,523 **** --- 514,524 ---- static jlong lseek(int fd, jlong offset, int whence); static char* native_path(char *path); static int ftruncate(int fd, jlong length); static int fsync(int fd); static int available(int fd, jlong *bytes); + static int fileno(FILE* fp); //File i/o operations static size_t read(int fd, void *buf, unsigned int nBytes); static size_t read_at(int fd, void *buf, unsigned int nBytes, jlong offset);
< prev index next >