python/manuel: update to 1.13.0
[oi-userland.git] / components / runtime / openjdk-21 / patches / illumos-port-11.patch
blobcb83f3c3ff72ccc583030dec4aaed00e1da1aae8
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 @@ -82,6 +82,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;