error handling in dynamic linking
authorRich Felker <dalias@aerifal.cx>
Sun, 26 Jun 2011 21:39:17 +0000 (17:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 26 Jun 2011 21:39:17 +0000 (17:39 -0400)
commit6b3d5e508fcf16abe18c163c4c31a47f2d35a306
tree6b9a9a4edb8b4b7102ba3accf4a174ce525d10b7
parent6e53a6eca42ec40d12dced55f4840df883e2f76e
error handling in dynamic linking

some of the code is not yet used, and is in preparation for dlopen
which needs to be able to handle failure loading libraries without
terminating the program.
src/ldso/dynlink.c