python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / qt5 / patches / libc-private-interface.patch
blobea63fab5d68bf169e96735b60cf7e156aac4e174
1 --- qt-everywhere-src-5.12.9/qtbase/src/corelib/global/qrandom.cpp Wed Jun 3 05:51:20 2020
2 +++ qt-everywhere-src-5.12.9/qtbase/src/corelib/global/qrandom.cpp Thu Oct 15 19:13:06 2020
3 @@ -277,7 +277,7 @@
4 if (quint32 v = seed.load())
5 *end++ = v; // 6
7 -#if QT_CONFIG(getauxval)
8 +#if QT_CONFIG(getauxval) && !__sun
9 // works on Linux -- all modern libc have getauxval
10 # ifdef AT_RANDOM
11 // ELF's auxv AT_RANDOM has 16 random bytes