repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libreoffice: update to 24.8.4.2
[oi-userland.git]
/
components
/
runtime
/
openjdk-23
/
patches
/
illumos-port-20.patch
blob
2bb43ff46ae57849441e192a74f4576ff9231aea
1
--- a/src/hotspot/share/runtime/os.hpp Wed Aug 10 20:17:42 2022
2
+++ b/src/hotspot/share/runtime/os.hpp Thu Aug 11 11:42:41 2022
3
@@ -1009,6 +1009,8 @@
4
class Bsd;
5
#elif defined(LINUX)
6
class Linux;
7
+#elif defined(SOLARIS)
8
+ class Solaris;
9
#elif defined(_WINDOWS)
10
class win32;
11
#endif