diff options
Diffstat (limited to 'firefox/musl-prctl.patch')
| -rw-r--r-- | firefox/musl-prctl.patch | 12 |
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> + |