< prev index next >

src/hotspot/os/aix/os_aix.inline.hpp

Print this page

        

*** 91,104 **** 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) { --- 91,100 ----
< prev index next >