ensure that either RTLD_LAZY or RTLD_NOW is always used as calling dlopen() with...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Mar 2005 20:43:58 +0000 (20:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Mar 2005 20:43:58 +0000 (20:43 +0000)
commitcf72919c8406af6e0dd13935a8ef02c53fb0ddc9
treef548955ed4f40d212f7eeb8471235f8ba3625610
parente62e17d735952238929ad351d195a46270a62edb
ensure that either RTLD_LAZY or RTLD_NOW is always used as calling dlopen() with flags == 0 fails withrecent glibc versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/dlunix.cpp