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
glibc 2.2 deprecated res_init, and renamed it as __res_init:
https://bugzilla.redhat.com/show_bug.cgi?id=43822#c6
res_init keeps working in C for programs that directly use resolv.h,
since it redefines the symbol in a macro, but this won't work in Rust
land.
0 commit comments