musl-prctl.patch (309B)
1 --- a/third_party/libwebrtc/rtc_base/platform_thread_types.cc 2 +++ b/third_party/libwebrtc/rtc_base/platform_thread_types.cc 3 @@ -12,7 +12,9 @@ 4 5 // IWYU pragma: begin_keep 6 #if defined(WEBRTC_LINUX) 7 +#if defined(__GLIBC__) 8 #include <linux/prctl.h> 9 +#endif 10 #include <sys/prctl.h> 11 #include <sys/syscall.h> 12