rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-22 / patches / illumos-signal-1.patch
blobadcf9872ce68c4be0c5b35039107322da5732f61
1 --- a/src/hotspot/os/posix/signals_posix.cpp Wed Oct 7 17:21:51 2020
2 +++ b/src/hotspot/os/posix/signals_posix.cpp Sat Oct 10 16:46:21 2020
3 @@ -549,6 +549,8 @@
4 #define JVM_HANDLE_XXX_SIGNAL JVM_handle_aix_signal
5 #elif defined(LINUX)
6 #define JVM_HANDLE_XXX_SIGNAL JVM_handle_linux_signal
7 +#elif defined(SOLARIS)
8 +#define JVM_HANDLE_XXX_SIGNAL JVM_handle_solaris_signal
9 #else
10 #error who are you?
11 #endif