< prev index next >

src/hotspot/share/runtime/semaphore.hpp

Print this page
rev 59103 : imported patch hotspot

@@ -26,11 +26,11 @@
 #define SHARE_RUNTIME_SEMAPHORE_HPP
 
 #include "memory/allocation.hpp"
 #include "utilities/globalDefinitions.hpp"
 
-#if defined(LINUX) || defined(SOLARIS) || defined(AIX)
+#if defined(LINUX) || defined(AIX)
 # include "semaphore_posix.hpp"
 #elif defined(BSD)
 # include "semaphore_bsd.hpp"
 #elif defined(_WINDOWS)
 # include "semaphore_windows.hpp"
< prev index next >