You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"// __cxa_thread_atexit_impl is used to more effeciently cleanup per-thread local storage by rust libstd.">> src/main/jni/bindings.c
84
+
echo"// However, it is not available on glibc versions 2.17 or earlier, and rust libstd has a null-check and fallback in case it is missing.">> src/main/jni/bindings.c
85
+
echo"// Because it is weak-linked on the rust side, we can simply define it explicitly here, forcing rust to use the fallback.">> src/main/jni/bindings.c
0 commit comments