fix dlerror when using dlopen with a static libc
authorClément Vasseur <clement.vasseur@gmail.com>
Thu, 7 Aug 2014 15:49:29 +0000 (17:49 +0200)
committerRich Felker <dalias@aerifal.cx>
Fri, 8 Aug 2014 04:47:59 +0000 (00:47 -0400)
commitdc65fddd4c793cdabcdf77b8e4b857b62026c2c8
tree4337bf49ec26af47e39336a26aaa61083023ff39
parentb1ae7b78bd57c60451e56c4abf738c69245b2b0e
fix dlerror when using dlopen with a static libc

when the dynamic loader is disabled, dlopen fails correctly but dlerror
did not return a human readable error string like it should have.
src/ldso/dynlink.c