gettext: update to 0.23.1
[oi-userland.git] / components / runtime / openjdk-24 / patches / illumos-port-11.patch
blob79c82c82da07993df61b693fe47fb6152cd1da16
1 --- a/src/hotspot/share/runtime/os.cpp Thu Jan 14 11:21:25 2021
2 +++ b/src/hotspot/share/runtime/os.cpp Thu Jan 14 11:44:00 2021
3 @@ -89,6 +89,7 @@
5 # include <signal.h>
6 # include <errno.h>
7 +# include <alloca.h>
9 OSThread* os::_starting_thread = nullptr;
10 volatile unsigned int os::_rand_seed = 1234567;