aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/librewolf/musl-prctl.patch
blob: ad9fa7bb6f66e562f481444eeade2e18cfb357a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>