mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +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:
@@ -202,13 +202,6 @@ free_records (GList *records)
|
||||
g_list_free_full (records, (GDestroyNotify) g_variant_unref);
|
||||
}
|
||||
|
||||
#if defined(G_OS_UNIX)
|
||||
#ifdef __BIONIC__
|
||||
#define C_IN 1
|
||||
int res_query(const char *, int, int, u_char *, int);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static void
|
||||
do_lookup_records (GTask *task,
|
||||
gpointer source_object,
|
||||
|
Reference in New Issue
Block a user