1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch
omni 94667abf21 community/qt5-qtwebengine: upgrade to 5.15.3_git20210510
- align patches
- sort patches alphanumerically (in patch order)
- list CVE secfixes from upstream commit messages
2021-05-11 13:30:25 +00:00

14 lines
563 B
Diff

diff --git a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h
index d03c7a8..d43fda0 100644
--- a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h
+++ b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h
@@ -37,6 +37,9 @@
#include <limits.h>
#include <link.h>
#include <stddef.h>
+#ifndef __GLIBC__
+#include <sys/reg.h>
+#endif
#include "common/memory_range.h"