ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / illumos-port-11.patch
blob363bcb947cfe5a6171fcb233173140175cfcfe53
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 @@ -84,6 +84,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;