src/hotspot/share/runtime/os.inline.hpp
changeset 53266 57d8566a2732
parent 53244 9807daeb47c4
equal deleted inserted replaced
53265:febc37adfe80 53266:57d8566a2732
    25 #ifndef SHARE_RUNTIME_OS_INLINE_HPP
    25 #ifndef SHARE_RUNTIME_OS_INLINE_HPP
    26 #define SHARE_RUNTIME_OS_INLINE_HPP
    26 #define SHARE_RUNTIME_OS_INLINE_HPP
    27 
    27 
    28 #include "runtime/os.hpp"
    28 #include "runtime/os.hpp"
    29 
    29 
       
    30 inline ssize_t os::read(int fd, void *buf, unsigned int nBytes) {
       
    31   return ::read(fd, buf, nBytes);
       
    32 }
       
    33 
    30 #include OS_HEADER_INLINE(os)
    34 #include OS_HEADER_INLINE(os)
    31 
    35 
    32 #endif // SHARE_RUNTIME_OS_INLINE_HPP
    36 #endif // SHARE_RUNTIME_OS_INLINE_HPP