Revert "Fix compilation on Android with the bionic C library"

This reverts commit cb0ed84d40.

It wasn't meant to be pushed yet.
This commit is contained in:
Sebastian Dröge
2012-11-28 16:55:12 +01:00
parent 97385dbbe8
commit c9affa778e
8 changed files with 2 additions and 182 deletions

View File

@@ -113,11 +113,7 @@ _g_module_self (void)
* are required on some systems.
*/
#ifdef __BIONIC__
handle = RTLD_DEFAULT;
#else
handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY);
#endif
if (!handle)
g_module_set_error (fetch_dlerror (TRUE));