hotspot/src/os/bsd/vm/os_bsd.inline.hpp
changeset 26682 f339669ba825
parent 25468 5331df506290
child 27400 c5955f4b7c84
equal deleted inserted replaced
26681:d35d35fbbe43 26682:f339669ba825
   272 #else
   272 #else
   273   return Bsd::_clock_gettime != NULL;
   273   return Bsd::_clock_gettime != NULL;
   274 #endif
   274 #endif
   275 }
   275 }
   276 
   276 
       
   277 inline void os::exit(int num) {
       
   278   ::exit(num);
       
   279 }
       
   280 
   277 #endif // OS_BSD_VM_OS_BSD_INLINE_HPP
   281 #endif // OS_BSD_VM_OS_BSD_INLINE_HPP