▲ | matheusmoreira 5 days ago | |||||||||||||||||||||||||
It works fine on current Linux systems. We can have freestanding executables that talk to Linux directly and link against zero system libraries. It's just that those executables are going to have to resolve names all by themselves. Chances are they aren't going to do it exactly like glibc does. That may or may not be a problem. | ||||||||||||||||||||||||||
▲ | o11c 5 days ago | parent [-] | |||||||||||||||||||||||||
Historically, when DNS breaks in a not-glibc environment, it's very often found to in fact be a violation of some standard by the not-glibc, rather than a program that fails to document a glibc dependency. | ||||||||||||||||||||||||||
|