comparison src/os/bsd/vm/os_bsd.inline.hpp @ 20197:ce8f6bb717c9

8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
author goetz
date Tue, 29 Apr 2014 15:17:27 +0200
parents e95fc50106cf
children 7848fc12602b
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
24 24
25 #ifndef OS_BSD_VM_OS_BSD_INLINE_HPP 25 #ifndef OS_BSD_VM_OS_BSD_INLINE_HPP
26 #define OS_BSD_VM_OS_BSD_INLINE_HPP 26 #define OS_BSD_VM_OS_BSD_INLINE_HPP
27 27
28 #include "runtime/atomic.inline.hpp" 28 #include "runtime/atomic.inline.hpp"
29 #include "runtime/orderAccess.inline.hpp"
29 #include "runtime/os.hpp" 30 #include "runtime/os.hpp"
30
31 #ifdef TARGET_OS_ARCH_bsd_x86
32 # include "orderAccess_bsd_x86.inline.hpp"
33 #endif
34 #ifdef TARGET_OS_ARCH_bsd_zero
35 # include "orderAccess_bsd_zero.inline.hpp"
36 #endif
37 31
38 // System includes 32 // System includes
39 33
40 #include <unistd.h> 34 #include <unistd.h>
41 #include <sys/socket.h> 35 #include <sys/socket.h>