File cubeb-core-visibility-hidden.patch of Package nodejs-signal-ringrtc
--- vendor/ringrtc/rust/vendor/cubeb-core/src/log.rs.orig 2025-06-19 09:14:07.946535082 +0200
+++ vendor/ringrtc/rust/vendor/cubeb-core/src/log.rs 2025-07-04 20:29:09.394105729 +0200
@@ -53,6 +53,7 @@ extern "C" {
/// # Safety
///
/// |s| must be null, or a pointer to a valid, nul-terminated, array of chars.
+core::arch::global_asm!(".hidden rust_write_formatted_msg");
#[no_mangle]
pub unsafe extern "C" fn rust_write_formatted_msg(s: *const c_char) {
if s.is_null() {