aboutsummaryrefslogtreecommitdiff
path: root/firefox/musl-prctl.patch
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-12-18 17:20:18 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-12-18 17:20:18 +0000
commit96c12183e7dd1a7852b0f21f3a787c4854ae472f (patch)
tree178e3769095b8e6d8e49e1b61470fb6ef38c222c /firefox/musl-prctl.patch
parent1da52ca45c69469273983c9bce0885ab4b290fd2 (diff)
downloadalicelinux-96c12183e7dd1a7852b0f21f3a787c4854ae472f.tar.gz
alicelinux-96c12183e7dd1a7852b0f21f3a787c4854ae472f.zip
Woodpecker CI 5e91057ae85422812a166a117d4d15af96a77397 [SKIP CI]
Diffstat (limited to 'firefox/musl-prctl.patch')
-rw-r--r--firefox/musl-prctl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox/musl-prctl.patch b/firefox/musl-prctl.patch
new file mode 100644
index 00000000..ad9fa7bb
--- /dev/null
+++ b/firefox/musl-prctl.patch
@@ -0,0 +1,12 @@
+--- a/third_party/libwebrtc/rtc_base/platform_thread_types.cc
++++ b/third_party/libwebrtc/rtc_base/platform_thread_types.cc
+@@ -12,7 +12,9 @@
+
+ // IWYU pragma: begin_keep
+ #if defined(WEBRTC_LINUX)
++#if defined(__GLIBC__)
+ #include <linux/prctl.h>
++#endif
+ #include <sys/prctl.h>
+ #include <sys/syscall.h>
+