OSDN Git Service

Doh! I was returning with an incorrect pointer type when dlopening
authorEric Andersen <andersen@codepoet.org>
Wed, 15 Oct 2003 08:55:22 +0000 (08:55 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 15 Oct 2003 08:55:22 +0000 (08:55 -0000)
commit5f7b130ef0be7111b91d91e9a77a6226b048489b
tree17ccde9a4faf9b7e09a4c6c0c29eeb42f3e87312
parent94b92c2fab333403aa43fd55ec858fdbf666f8c3
Doh!  I was returning with an incorrect pointer type when dlopening
already loaded libs, which unsurprisingly would cause dlsym() to
not work at all...
 -Erik
ldso/libdl/dlib.c
ldso/libdl/libdl.c