Comment 6 for bug 492783

Revision history for this message
James Y Knight (foom) wrote :

No; --as-needed only omits entire libraries that aren't referenced by anything in the link. waitpid is provided by libc just like wait$everythingelse.

Wasn't the issue there simply that the stub isn't necessary unless dlsym isn't available, and the bug fixed by 1.0.45.9 made it seem like dlsym wasn't available on linux?