Hacker News new | ask | show | jobs
by afr0ck 1695 days ago
Libraries are shared by programs and refrences to library routines are automatically resolved at program load time.
1 comments

How is this different than regular "dynamic linking" where ld-linux.so resolves symbols and loads the shared objects?
Yes, it is the same thing.