Hacker News new | ask | show | jobs
by jcgl 11 days ago
Not my area, but isn't it really only because glibc doesn't maintain stable interfaces across versions? If it did, you absolutely could use the same ld.so with different glibc versions. But it doesn't, so here we are.
1 comments

The C standard isn’t stable across versions.

extern int errno;