aboutsummaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorAlfred Persson Forsberg <cat@catcream.org>2022-07-21 21:53:36 +0200
committerAnthony G. Basile <blueness@gentoo.org>2022-07-22 16:19:12 -0400
commitbbcb0d264007fde674018809d80887ac37e667f4 (patch)
tree78f6535df8222c774348fccb968ad7efc61032e7 /dev-qt
parentdev-qt/qtwebengine: remove temp file (diff)
downloadmusl-bbcb0d264007fde674018809d80887ac37e667f4.tar.gz
musl-bbcb0d264007fde674018809d80887ac37e667f4.tar.bz2
musl-bbcb0d264007fde674018809d80887ac37e667f4.zip
dev-qt/qtwebengine: comment pvalloc patch
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-pvalloc-patch.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-pvalloc-patch.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-pvalloc-patch.patch
index 310ea8d3..991d08fc 100644
--- a/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-pvalloc-patch.patch
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.5_p20220618-pvalloc-patch.patch
@@ -1,4 +1,6 @@
-https://git.alpinelinux.org/aports/tree/community/qt5-qtwebengine/qt-musl-pvalloc.patch?id=65f58742e6e669c7d0f5b23c0764f4f73661980b
+The obsolete function pvalloc() is similar to valloc(), but rounds the size of the allocation up to the next multiple of the system page size. (https://linux.die.net/man/3/pvalloc)
+
+See: https://git.alpinelinux.org/aports/tree/community/qt5-qtwebengine/qt-musl-pvalloc.patch?id=65f58742e6e669c7d0f5b23c0764f4f73661980b
---
src/core/api/qtbug-61521.cpp | 4 ++++