Skip to content

misc: add __libc_single_threaded

Ridley Combs requested to merge rcombs/gcompat:libc_single_threaded into current

We'll just say we're always multi-threaded (same as glibc does in duplicate copies of itself loaded into the same process via dlmopen)

Merge request reports