commit: bbcb0d264007fde674018809d80887ac37e667f4 Author: Alfred Persson Forsberg <cat <AT> catcream <DOT> org> AuthorDate: Thu Jul 21 19:53:36 2022 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Fri Jul 22 20:19:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=bbcb0d26
dev-qt/qtwebengine: comment pvalloc patch Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org> Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> .../files/qtwebengine-5.15.5_p20220618-pvalloc-patch.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ++++
