mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 02:18:55 +02:00
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:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user