< prev index next >

src/hotspot/os/linux/os_linux.inline.hpp

Print this page

        

*** 86,99 **** inline int os::fsync(int fd) { return ::fsync(fd); } - inline char* os::native_path(char *path) { - return path; - } - inline int os::ftruncate(int fd, jlong length) { return ::ftruncate64(fd, length); } inline struct dirent* os::readdir(DIR* dirp, dirent *dbuf) --- 86,95 ----
< prev index next >