ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / illumos-port-19.patch
blob3c133e14416d54ec107966abf7971494ef905b62
1 --- a/src/hotspot/share/runtime/osThread.hpp Wed Jul 13 20:15:53 2022
2 +++ b/src/hotspot/share/runtime/osThread.hpp Sun Jul 24 14:21:39 2022
3 @@ -32,7 +32,7 @@
4 #include "runtime/suspendedThreadTask.hpp"
5 #include "utilities/macros.hpp"
7 -#if defined(LINUX) || defined(AIX) || defined(BSD)
8 +#if defined(LINUX) || defined(AIX) || defined(BSD) || defined(SOLARIS)
9 #include "suspendResume_posix.hpp"
10 #endif