libposix: get rid of `dlopen()` override
commitba3841e2205573d1765f66063c5b9a19768de9b2
authorJiří Zárevúcky <jiri.zarevucky@nic.cz>
Sun, 15 Apr 2018 18:28:04 +0000 (15 20:28 +0200)
committerJiří Zárevúcky <jiri.zarevucky@nic.cz>
Sun, 15 Apr 2018 18:28:04 +0000 (15 20:28 +0200)
treee3e110bcc598c23f01b669a22dcaa49729456a23
parentc1f44ca9058d587a92a07d661a9e0197a5bf1f93
libposix: get rid of `dlopen()` override

The trick we used to override libc's `dlopen()` doesn't work with
shared libraries. Since it's just an extra warning message, remove
it to avoid future headaches.
uspace/lib/posix/Makefile
uspace/lib/posix/src/dlfcn.c