Skip to content

Fix build for glibc 2.34+

Dāvis requested to merge davispuh/goldberg_emulator:glibc into master

Many symbols including _dl_sym are not exported anymore from glibc 2.34+ so use dlvsym instead.

!42 is still needed even without this.

Merge request reports